AsyncIssuanceContact
An async issuance issuee contact information.
type AsyncIssuanceContact {
notification: Contact
verification: Contact
}
Fields
AsyncIssuanceContact.notification
● Contact
object
How the issuance notification should be sent. When not set, no issuance notification is sent.
AsyncIssuanceContact.verification
● Contact
object
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.
Returned By
asyncIssuanceContact
query ● updateAsyncIssuanceContact
mutation