Module: Auth0::Types::GuardianFactorNameEnum

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

Constant Summary collapse

PUSH_NOTIFICATION =
"push-notification"
SMS =
"sms"
EMAIL =
"email"
DUO =
"duo"
OTP =
"otp"
WEBAUTHN_ROAMING =
"webauthn-roaming"
WEBAUTHN_PLATFORM =
"webauthn-platform"
RECOVERY_CODE =
"recovery-code"

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