Auth0 · Schema

ClientCredentialAlgorithmEnum

Algorithm which will be used with the credential. Supported algorithms: RS256,RS384,PS256

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientcredentialalgorithmenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientCredentialAlgorithmEnum",
  "title": "ClientCredentialAlgorithmEnum",
  "type": "string",
  "description": "Algorithm which will be used with the credential. Supported algorithms: RS256,RS384,PS256",
  "default": "RS256",
  "enum": [
    "RS256",
    "RS384",
    "PS256"
  ]
}