Auth0 · Schema

ClientCreateAuthenticationMethodPrivateKeyJWTCredentials

Fully defined credentials that will be enabled on the client for Private Key JWT authentication.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientcreateauthenticationmethodprivatekeyjwtcredentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientCreateAuthenticationMethodPrivateKeyJWTCredentials",
  "title": "ClientCreateAuthenticationMethodPrivateKeyJWTCredentials",
  "type": "array",
  "description": "Fully defined credentials that will be enabled on the client for Private Key JWT authentication.",
  "minItems": 0,
  "items": {
    "$ref": "#/components/schemas/PublicKeyCredential"
  }
}