Auth0 · Schema

BotDetectionChallengePolicyPasswordFlowEnum

The policy that defines how often to show CAPTCHA

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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