Auth0 · Schema

BotDetectionChallengePolicyPasswordResetFlowEnum

The policy that defines how often to show CAPTCHA

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-botdetectionchallengepolicypasswordresetflowenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BotDetectionChallengePolicyPasswordResetFlowEnum",
  "title": "BotDetectionChallengePolicyPasswordResetFlowEnum",
  "type": "string",
  "description": "The policy that defines how often to show CAPTCHA",
  "enum": [
    "never",
    "when_risky",
    "always"
  ]
}