SendAsyncIssuanceVerificationResponse
The response for sending an async issuance verification code.
type SendAsyncIssuanceVerificationResponse {
method: ContactMethod
}
Fields
SendAsyncIssuanceVerificationResponse.method
● ContactMethod
enum
The method by which the verification code was sent, or null
if verification is not set (the async issuance can *only* be redeemed by signing in to the Concierge with an existing credential credential authentication).
Returned By
sendAsyncIssuanceVerification
mutation