Auth0 · Schema

ClientSigningKeys

Signing certificates associated with this client.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientsigningkeys-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientSigningKeys",
  "title": "ClientSigningKeys",
  "type": [
    "array",
    "null"
  ],
  "description": "Signing certificates associated with this client.",
  "items": {
    "$ref": "#/components/schemas/ClientSigningKey"
  }
}