VerificationMethod
The method used to verify the issuee's identity for an async issuance request.
enum VerificationMethod {
conciergeSignIn
idvTrinsic
otp
}
Values
VerificationMethod.conciergeSignIn
Concierge sign-in with an existing credential.
VerificationMethod.idvTrinsic
Trinsic identity document verification.
VerificationMethod.otp
One-time passcode sent to the holder via SMS or email.
Member Of
IssuanceVerification object