Module: Auth0::Types::PhoneTemplateNotificationTypeEnum

Extended by:
Internal::Types::Enum
Defined in:
lib/auth0/types/phone_template_notification_type_enum.rb

Constant Summary collapse

OTP_VERIFY =
"otp_verify"
OTP_ENROLL =
"otp_enroll"
CHANGE_PASSWORD =
"change_password"
BLOCKED_ACCOUNT =
"blocked_account"
PASSWORD_BREACH =
"password_breach"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load