Versions Compared

Key

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

...

WCF parameterdata typedescription
authServerPartnerLoginNamestringSurePassId SurePassID account login name
authServerPartnerLoginPasswordstringSurePassId SurePassID account login key
authServerPartnerUserLoginNamestringUser account name
printedSerialNumberstringSerial number of the device
forcebool

true - Assign the device to the user even if the device is assigned

false - Do not assign the device if it is currently assigned

...

Code Block
languagec#
titleSample WCF C# Method
AuthServerResponse  resp = FindDeviceAssginDevice("accountLogin",             
            "accountKey", 
            "Mandy", 
            "OATH_1234567",
             false);

...

REST parameterdata typedescription
spAccountLoginNamestringSurePassId SurePassID account login name
spAccountLoginKeystringSurePassId SurePassID account login key
usernamestringuser account login name
typestringassign_device
psnstringSerial number of the device
forceshort

0 - Do not assign the device if it is currently assigned

1 - Assign the device to the user even if the device is assigned

...