...
Code Block | ||||
---|---|---|---|---|
| ||||
public AuthServerResponseProvisionQRCode ProvisionQRCode(string authServerPartnerLoginName, string authServerPartnerLoginPassword, string string authServerPartnerUserLoginName, string deviceID, string accountName) |
WCF parameter | data type | description |
---|---|---|
authServerPartnerLoginName | string | SurePassId account login name |
authServerPartnerLoginPassword | string | SurePassId account login key |
authServerPartnerUserLoginName | string | User account login name |
deviceID | string | Unique identifier for this device |
accounyName | string | The user friendly account name that will display on the mobile device for this device |
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerResponseProvisionQRCode resp = ProvisionQRCode(string authServerPartnerLoginName, string AuthServerPartnerLoginPassword, string"accountLogin", "accountKey", "Mandy", AuthServerPartnerUserLoginName, string DeviceID, string AccountName)"142o6-ar4v3-q2b85", "Prod); |
Code Block | ||||
---|---|---|---|---|
| ||||
if (resp.ErrorCode != 0) { message.Text = resp.ErrorMsg; return false; } |
...