Auth0 · Schema

RefreshTokenResourceServer

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
audience string Resource server ID
scopes string List of scopes for the refresh token
View JSON Schema on GitHub

JSON Schema

auth0-refreshtokenresourceserver-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RefreshTokenResourceServer",
  "title": "RefreshTokenResourceServer",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "audience": {
      "type": "string",
      "description": "Resource server ID"
    },
    "scopes": {
      "type": "string",
      "description": "List of scopes for the refresh token"
    }
  }
}