AsyncIssuanceContactInput
Input defining an async issuance issuee contact information.
In the v2 verification model, only notification is meaningful — OTP destination
moves to verificationMethods on AsyncIssuanceRequestInput. The legacy verification
field is retained for v1 backwards compatibility and is ignored when verificationMethods
is provided.
input AsyncIssuanceContactInput {
notification: ContactInput
verification: ContactInput @deprecated
}
Fields
AsyncIssuanceContactInput.notification ● ContactInput input
How the issuance notification should be sent. When not set, no issuance notification is sent.
AsyncIssuanceContactInput.verification ● ContactInput deprecated input
DEPRECATED
Use AsyncIssuanceRequestInput.verificationMethods for OTP instead
(Legacy v1) How the OTP verification code should be sent. Prefer using verificationMethods
on the request input instead — OTP channel + destination now live on the verification method entry.
Member Of
AsyncIssuanceRequestInput input ● updateAsyncIssuanceContact mutation