Module: Auth0::Types::AuthenticationMethodTypeEnum

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

Constant Summary collapse

RECOVERY_CODE =
"recovery-code"
TOTP =
"totp"
PUSH =
"push"
PHONE =
"phone"
EMAIL =
"email"
EMAIL_VERIFICATION =
"email-verification"
WEBAUTHN_ROAMING =
"webauthn-roaming"
WEBAUTHN_PLATFORM =
"webauthn-platform"
GUARDIAN =
"guardian"
PASSKEY =
"passkey"
PASSWORD =
"password"

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