Auth0 · Schema

ConnectionAuthParamsEmail

Authentication Parameters (must be valid JSON string)

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionauthparamsemail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionAuthParamsEmail",
  "title": "ConnectionAuthParamsEmail",
  "description": "Authentication Parameters (must be valid JSON string)",
  "type": "string",
  "minLength": 1,
  "maxLength": 1024
}