Class AttackProtectionCaptchaProviderId.Values
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Constant strings for enum values
[Serializable]
public static class AttackProtectionCaptchaProviderId.Values
- Inheritance
-
AttackProtectionCaptchaProviderId.Values
- Inherited Members
Fields
Arkose
public const string Arkose = "arkose"
Field Value
AuthChallenge
public const string AuthChallenge = "auth_challenge"
Field Value
FriendlyCaptcha
public const string FriendlyCaptcha = "friendly_captcha"
Field Value
Hcaptcha
public const string Hcaptcha = "hcaptcha"
Field Value
RecaptchaEnterprise
public const string RecaptchaEnterprise = "recaptcha_enterprise"
Field Value
RecaptchaV2
public const string RecaptchaV2 = "recaptcha_v2"
Field Value
SimpleCaptcha
public const string SimpleCaptcha = "simple_captcha"