Auth0 · Schema

AttackProtectionCaptchaHcaptchaResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
site_key string The site key for the hCaptcha provider.
View JSON Schema on GitHub

JSON Schema

auth0-attackprotectioncaptchahcaptcharesponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttackProtectionCaptchaHcaptchaResponseContent",
  "title": "AttackProtectionCaptchaHcaptchaResponseContent",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "site_key": {
      "type": "string",
      "description": "The site key for the hCaptcha provider."
    }
  }
}