Auth0 · Schema

AttackProtectionCaptchaArkoseResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
site_key string The site key for the Arkose captcha provider.
fail_open boolean Whether the captcha should fail open.
client_subdomain string The subdomain used for client requests to the Arkose captcha provider.
verify_subdomain string The subdomain used for server-side verification requests to the Arkose captcha provider.
View JSON Schema on GitHub

JSON Schema

auth0-attackprotectioncaptchaarkoseresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttackProtectionCaptchaArkoseResponseContent",
  "title": "AttackProtectionCaptchaArkoseResponseContent",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "site_key": {
      "type": "string",
      "description": "The site key for the Arkose captcha provider."
    },
    "fail_open": {
      "type": "boolean",
      "description": "Whether the captcha should fail open."
    },
    "client_subdomain": {
      "type": "string",
      "description": "The subdomain used for client requests to the Arkose captcha provider."
    },
    "verify_subdomain": {
      "type": "string",
      "description": "The subdomain used for server-side verification requests to the Arkose captcha provider."
    }
  }
}