IssuanceRequestResponse
No description
union IssuanceRequestResponse = IssuanceResponse | RequestErrorResponse
Possible types
IssuanceRequestResponse.IssuanceResponse
object
Represents a successful issuance. When your app receives the response, the app needs to present the QR code to the user. The user scans the QR code, which opens the authenticator app and starts the issuance process.
IssuanceRequestResponse.RequestErrorResponse
object
Represents an error returned by the request API (issuance or presentation requests)
Returned By
createIssuanceRequest
mutation ● createIssuanceRequestForAsyncIssuance
mutation