OTPVerificationChallengeValue
Information passed when sending contact verification challenge request
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | TypeEnum | Type of contact delivery. Only supported for OTP contact attributes. | |
value | String | The exact email or phone number that the OTP will be sent to. |
TypeEnum
Name | Value |
---|---|
NONE | "NONE" |
OTP_EMAIL | "OTP_EMAIL" |
OTP_SMS | "OTP_SMS" |
OTP_VOICE | "OTP_VOICE" |
OTP_WECHAT | "OTP_WECHAT" |
OTP_WHATSAPP | "OTP_WHATSAPP" |