Auth0 · Schema

AttackProtectionCaptchaRecaptchaV2ResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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