Auth0 · Schema

SessionCookieMetadata

[Private Early Access] Session cookie configuration.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
mode object
View JSON Schema on GitHub

JSON Schema

auth0-sessioncookiemetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SessionCookieMetadata",
  "title": "SessionCookieMetadata",
  "type": "object",
  "description": "[Private Early Access] Session cookie configuration.",
  "additionalProperties": true,
  "properties": {
    "mode": {
      "$ref": "#/components/schemas/SessionCookieMetadataModeEnum"
    }
  }
}