...
WCF parameter | data type | description |
---|---|---|
authServerPartnerLoginName | string | SurePassId SurePassID account login name |
authServerPartnerLoginPassword | string | SurePassId SurePassID account login key |
authServerPartnerUserLoginName | string | User account name |
pw | string | User account password |
deviceId | string | ID of the device being added |
pushType | integer | Push type of the device being added, e.g. Android: 1, iOS: 2. |
oldToken | string | Previously provided registration token for the device. |
newToken | string | New registration token for the device. |
provisionToken | string | The original TokenId used to provision the push account. |
relyingParty | string | Name of the relying party requesting access |
...
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 | update_push_user_device |
pw | string | User account password |
deviceId | string | ID of the push device |
pushType | integer | Push type of mobile device |
oldToken | string | Previously provided registration token for the device. |
newToken | string | New registration token for the device. |
relyingParty | string | Name of the relying party requesting device addition. |
...