...
WCF parameter | data type | description |
---|---|---|
authServerPartnerLoginName | string | SurePassId SurePassID account login name |
authServerPartnerLoginPassword | string | SurePassId SurePassID account login key |
authServerPartnerUserLoginName | string | User account name |
mobile | string | Mobile number of account that received push message |
response | string | Response to push message sent to mobile device e.g. Yes user accepted message or No. |
authnUserReqId | string | System generated push notification request Identifier. |
...
REST parameter | data type | description |
---|---|---|
spAccountLoginName | string | SurePassId SurePassID account login name |
spAccountLoginKey | string | SurePassId SurePassID account login key |
username | string | user account login name |
type | string | receive_push_response |
mobile | string | Mobile number of account that received push message |
response | string | Response to push message sent to mobile device e.g. Yes user accepted message or No. |
authnUserReqId | string | System generated push notification request Identifier. |
...