...
WCF parameter | data type | description |
---|---|---|
authServerPartnerLoginName | string | SurePassId account login name |
authServerPartnerLoginPassword | string | SurePassId account login key |
authServerPartnerUserLoginName | string | User account login name |
printedSerialNumber | string | A specific device assigned to this user. If this is left empty then the first device assigned |
deliveryMethod | short | the method to send the pass code to the user. 0=sms, 1=email, 2=voice call |
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerU2FResponse resp = SendOTP(string authServerPartnerLoginName, string authServerPartnerLoginPassword, string authServerPartnerUserLoginName, string printedSerialNumber, short deliveryMethod); |
...