Auth0 · Schema

ConnectionClientSecretPaypal

OAuth 2.0 client secret issued by PayPal during application registration. Leave empty to use Auth0 Dev Keys.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientsecretpaypal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientSecretPaypal",
  "title": "ConnectionClientSecretPaypal",
  "description": "OAuth 2.0 client secret issued by PayPal during application registration. Leave empty to use Auth0 Dev Keys.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionClientSecret"
    },
    {
      "maxLength": 255
    }
  ]
}