Skip to main content

AsyncIssuanceContactInput

Input defining an async issuance issuee contact information.

input AsyncIssuanceContactInput {
notification: ContactInput
verification: ContactInput
}

Fields

AsyncIssuanceContactInput.notification ● ContactInput input

How the issuance notification should be sent. When not set, no issuance notification is sent.

AsyncIssuanceContactInput.verification ● ContactInput input

How the OTP verification code should be sent. When not set, the async issuance can *only* be redeemed by signing-in to the Concierge with an existing credential.

Member Of

AsyncIssuanceRequestInput input ● updateAsyncIssuanceContact mutation