Auth0 · Schema

ConnectionKeyUseEnum

Signing key use, whether for encryption or signing

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionkeyuseenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionKeyUseEnum",
  "title": "ConnectionKeyUseEnum",
  "type": "string",
  "description": "Signing key use, whether for encryption or signing",
  "enum": [
    "encryption",
    "signing"
  ]
}