Skip to main content

OTP

An OTP defines the information returned about an OTP.

Properties

NameTypeDescriptionNotes
expLongThe authorization token expiry time.[optional]
otpStringThe OTP.[optional]
otpDeliveryTypeOtpDeliveryTypeEnumThe OTP delivery type used. The value is null if OTP delivery was not performed[optional]
otpExpiryDateOffsetDateTimeThe OTP Expiry Date.[optional]
tokenStringThe authorization token representing the OTP authentication challenge to complete.[optional]

OtpDeliveryTypeEnum

NameValue
EMAIL"EMAIL"
SMS"SMS"
VOICE"VOICE"