Auth0 · Schema

SessionClientMetadata

Client details

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
client_id string ID of client for the session
View JSON Schema on GitHub

JSON Schema

auth0-sessionclientmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SessionClientMetadata",
  "title": "SessionClientMetadata",
  "type": "object",
  "description": "Client details",
  "additionalProperties": true,
  "properties": {
    "client_id": {
      "type": "string",
      "description": "ID of client for the session"
    }
  }
}