Auth0 · Schema

RefreshTokenSessionId

ID of the authenticated session used to obtain this refresh-token

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-refreshtokensessionid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RefreshTokenSessionId",
  "title": "RefreshTokenSessionId",
  "type": [
    "string",
    "null"
  ],
  "description": "ID of the authenticated session used to obtain this refresh-token"
}