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>