Skip to main content

SendAsyncIssuanceVerificationResponse

The response for sending an async issuance verification code.

type SendAsyncIssuanceVerificationResponse {
method: ContactMethod
requiresIdentityVerification: Boolean!
}

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).

SendAsyncIssuanceVerificationResponse.requiresIdentityVerification ● Boolean! non-null scalar

When true, the issuee must complete identity verification before the credential can be issued. The portal uses this to decide whether to present the IDV step rather than redirecting to the authenticated path.

Returned By

sendAsyncIssuanceVerification mutation