An OTP defines the information returned about an OTP.
Properties
Name | Type | Description | Notes |
---|
exp | Long | The authorization token expiry time. | [optional] |
otp | String | The OTP. | [optional] |
otpDeliveryType | OtpDeliveryTypeEnum | The OTP delivery type used. The value is null if OTP delivery was not performed | [optional] |
otpExpiryDate | OffsetDateTime | The OTP Expiry Date. | [optional] |
token | String | The authorization token representing the OTP authentication challenge to complete. | [optional] |
OtpDeliveryTypeEnum
Name | Value |
---|
EMAIL | "EMAIL" |
SMS | "SMS" |
VOICE | "VOICE" |