Auth0 · Schema

BotDetectionChallengePolicyPasswordlessFlowEnum

The policy that defines how often to show CAPTCHA

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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