Module: Auth0::Types::AttackProtectionCaptchaProviderID

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

Constant Summary collapse

ARKOSE =
"arkose"
AUTH_CHALLENGE =
"auth_challenge"
FRIENDLY_CAPTCHA =
"friendly_captcha"
HCAPTCHA =
"hcaptcha"
RECAPTCHA_V2 =
"recaptcha_v2"
RECAPTCHA_ENTERPRISE =
"recaptcha_enterprise"
SIMPLE_CAPTCHA =
"simple_captcha"

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