Auth0 · Schema

RefreshTokenExpirationTypeEnum

Refresh token expiration types, one of: expiring, non-expiring

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-refreshtokenexpirationtypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RefreshTokenExpirationTypeEnum",
  "title": "RefreshTokenExpirationTypeEnum",
  "type": "string",
  "description": "Refresh token expiration types, one of: expiring, non-expiring",
  "default": "non-expiring",
  "enum": [
    "expiring",
    "non-expiring"
  ]
}