Auth0 · Schema

RefreshTokenRotationTypeEnum

Refresh token rotation types, one of: rotating, non-rotating

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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