Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WCF parameterdata typedescription
authServerPartnerLoginNamestringSurePassId account login name
authServerPartnerLoginPasswordstringSurePassId account login key
authServerPartnerUserLoginNamestringUser account login name
appIdstringFido appId (origin) or facetId
printedSerialNumberstring 

A specific device assigned to this user. If this is left empty then the first device assigned

Code Block
languagec#
titleSample WCF C# Method
 AuthServerU2FResponseSignAppU2FInit resp = SignAppU2FInit("accountLogin",
                                                                      "accountKey",
                                                                      "https://mysite.relayingparty.com",
                                                                      "Mandy",
                                                                      string.Empty);

...

REST parameterdata typedescription
spAccountLoginNamestringSurePassId account login name
spAccountLoginKeystringSurePassId account login key
usernamestringuser account login name
typestringpre_sign
appIdstringFido appId (origin) or facetId
psnstring 

A specific device assigned to this user. If this is left empty then the first device assigned

Code Block
languagejs
titleSample REST/Json Method
 {
  "type": "pre_sign",
  "username": "Mandy",
  "appId:": "https://mysite.relayingparty.com"
}

...