...
WCF parameter | data type | description |
---|---|---|
authServerPartnerLoginName | string | SurePassId account login name |
authServerPartnerLoginPassword | string | SurePassId account login key |
authServerPartnerUserLoginName | string | User Optional user account login name. Can be left blank |
sessionTokenId | string | The tokenId to be checked for validity. The tokenId is returned to the user following the CreateSessionToken method |
Code Block | ||||
---|---|---|---|---|
| ||||
AuthServerSessionTokensResponse resp = IsSessionTokenValid("accountLogin", "accountKey", "Mandy"string.Empty, "245dwfweee**fwerwrfwdd4"); |
...
REST parameter | data type | description |
---|---|---|
spAccountLoginName | string | SurePassId account login name |
spAccountLoginKey | string | SurePassId account login key |
username | string | optional user account login name |
type | string | is_session_token_valid |
sessionTokenId | string | The tokenId to be checked for validity. The tokenId is returned to the user following the CreateSessionToken method |
Code Block | ||||
---|---|---|---|---|
| ||||
{
"username": "Mark",
"spAccountLoginName": "Tiera",
"spAccountLoginKey": "PW",
"type": "is_session_token_valid",
"sessionTokenId": "234234gedf46776547dddd6y54765yerwf"
} |
Code Block | ||||
---|---|---|---|---|
| ||||
{
"errorCode": 0,
"errorMessage": "OK",
"type": "is_session_token_valid"
} |