Auth0 · Schema

SessionCookieModeEnum

Behavior of the session cookie

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-sessioncookiemodeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SessionCookieModeEnum",
  "title": "SessionCookieModeEnum",
  "type": "string",
  "description": "Behavior of the session cookie",
  "default": "persistent",
  "enum": [
    "persistent",
    "non-persistent"
  ]
}