Availability: OneSpan Authentication Server 3.17 and later
Scenario: Signature
Support: full-sdk auth-sdk
The cancelAuthSignatureRequest command cancels a pending data signing transaction. The respective data signing transaction is identified by a request key previously received via push notification after a respective authSignatureRequest call (see authSignatureRequest (Command))
This command is typically initiated by a mobile application. Only the application that originally retrieved the prepared signing request using getPreparedSignatureRequest is allowed to cancel the signature request. Attempts by other applications to cancel the request will fail with status code STAT_NOSUPPORT.
Parameters
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<sig:cancelAuthSignatureRequest xmlns:prov="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Signature">
<componentType>Push Notification Client</componentType>
<serialNumber>12345678</serialNumber>
<requestKeyMessage>abcdef010203</requestKeyMessage>
</sig:cancelAuthSignatureRequest>
</soapenv:Body>
</soapenv:Envelope>