...
WCF parameter | data type | description |
---|---|---|
authServerPartnerLoginName | string | SurePassId account login name |
authServerPartnerLoginPassword | string | SurePassId account login key |
authServerPartnerUserLoginName | string | User account login name |
appId | string | Fido appId (origin) or facetId |
printedSerialNumber | string | A specific device assigned to this user. If this is left empty then the first device assigned |
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerU2FResponseSignAppU2FInit resp = SignAppU2FInit("accountLogin", "accountKey", "https://mysite.relayingparty.com", "Mandy", string.Empty); |
...
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 |
Code Block | ||||
---|---|---|---|---|
| ||||
{ "type": "pre_sign", "username": "Mandy", "appId:": "https://mysite.relayingparty.com" } |
...