Table of Contents

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

string

AuthChallenge

public const string AuthChallenge = "auth_challenge"

Field Value

string

FriendlyCaptcha

public const string FriendlyCaptcha = "friendly_captcha"

Field Value

string

Hcaptcha

public const string Hcaptcha = "hcaptcha"

Field Value

string

RecaptchaEnterprise

public const string RecaptchaEnterprise = "recaptcha_enterprise"

Field Value

string

RecaptchaV2

public const string RecaptchaV2 = "recaptcha_v2"

Field Value

string

SimpleCaptcha

public const string SimpleCaptcha = "simple_captcha"

Field Value

string