getAppUpgradeInfo (Command)
- 20 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
getAppUpgradeInfo (Command)
- Mis à jour le 20 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
With the getAppUpgradeInfo command the user can update the OneSpan Mobile Authenticator app to a version that supports push notifications.
Parameters
Parameter name | Data type | Description |
---|---|---|
componentType | String | Required. Specifies the client component to serve the request. |
user | UserInput | Required. The user input information (see UserInput (Data type)). This specifies the user to be authenticated for the provisioning operation. |
serialNumber | String | Required. The serial number of the authenticator used for updating the device. |
UserInput (Data type)
Element name | Data type | Description |
---|---|---|
userID | String | The user ID. |
domain | String | Optional. The user domain. |
GetAppUpgradeInfoResult (Data type)
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <prov:getAppUpgradeInfo xmlns:prov="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Provisioning"> <componentType>Push Notification Client</componentType> <user> <userID>user1</userID> <domain>Master</domain> </user> <serialNumber>12345678</serialNumber> </prov:getAppUpgradeInfo> </soapenv:Body> </soapenv:Envelope>
Cet article vous a-t-il été utile ?