WCF
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerU2FResponseSignAppU2FInit SignAppU2FInit(string authServerPartnerLoginName, string authServerPartnerLoginPassword, string appId, string authServerPartnerUserLoginName, string printedSerialNumber) |
...
Code Block | ||||
---|---|---|---|---|
| ||||
if (resp.ErrorCode != 0) { message.Text = resp.ErrorMsg; return false; } |
REST
REST parameter | data type | description |
---|---|---|
spAccountLoginName | string | SurePassID account login name |
spAccountLoginKey | string | SurePassID account login key |
username | string | user account login name |
type | string | pre_sign |
appId | string | Fido appId (origin) or facetId |
psn | string | A specific device assigned to this user. If this is left empty then the first device assigned |
...