Versions Compared

Key

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

WCF


Code Block
languagec#
title Method
  AuthServerU2FResponseSignAppU2FInit SignAppU2FInit(string authServerPartnerLoginName,
                                                                      string authServerPartnerLoginPassword,
                                                                      string appId,
                                                                      string authServerPartnerUserLoginName,
                                                                      string printedSerialNumber)

...

Code Block
languagec#
titleSample WCF C# Repsonse
 if (resp.ErrorCode != 0)  {      
       message.Text = resp.ErrorMsg;
       return false;
 }


REST


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

...