OTPAuthenticatorSettings
New OTP authenticator settings.
Properties
Name | Type | Description | Notes |
---|---|---|---|
default_delivery_enabled | bool | Indicates whether client applications can delivery OTP to default delivery contact or can enforce users to choose an OTP delivery. | [optional] |
delivery_methods | List[OTPDeliveryMethod] | The allowed OTP delivery mechanisms in order of preference. Default is SMS, followed by Email, and Voice. | [optional] |
include_otp_expiry_date | bool | Indicates whether the OTP expiry date will be included in the OTP SMS message | [optional] |
otp_alphabet | str | Characters that can appear in a RANDOM OTP. Can contain any non-whitespace character. Default is all digits. | [optional] |
otp_default_delivery | str | The default OTP delivery mechanism. This attribute is deprecated, use the deliveryMethods attribute. | [optional] |
otp_default_delivery_attribute | str | Id of the default OTP delivery attribute. Deprecated : Use default attribute specific to delivery mechanism instead eg. otpSmsDefaultDeliveryAttribute, otpEmailDefaultDeliveryAttribute | [optional] |
otp_email_default_delivery_attribute | str | Id of the default Email OTP delivery attribute. | [optional] |
otp_length | int | The length of an OTP. Default is 8. | [optional] |
otp_lifetime | int | The lifetime of an OTP in seconds. Default is 300. | [optional] |
otp_sms_default_delivery_attribute | str | Id of the default SMS OTP delivery attribute. | [optional] |
otp_type | str | The type of OTP generated. Choices are RANDOM or MEMO_PASSCODE. Default is RANDOM | [optional] |
otp_voice_default_delivery_attribute | str | Id of the default Voice OTP delivery attribute. | [optional] |
otp_wechat_default_delivery_attribute | str | Id of the default Wechat OTP delivery attribute. | [optional] |
otp_whatsapp_default_delivery_attribute | str | Id of the default Whatsapp OTP delivery attribute. | [optional] |
show_otp_delivery_contact | bool | Indicates whether masked OTP contact attribute values are included in authentication API. | [optional] |