Auth0 · Schema

UpdateRefreshTokenResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id string The ID of the refresh token
user_id string ID of the user which can be used when interacting with other APIs.
created_at object
idle_expires_at object
expires_at object
device object
client_id string ID of the client application granted with this refresh token
session_id object
rotating boolean True if the token is a rotating refresh token
resource_servers array A list of the resource server IDs associated to this refresh-token and their granted scopes
refresh_token_metadata object
last_exchanged_at object
View JSON Schema on GitHub

JSON Schema

auth0-updaterefreshtokenresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateRefreshTokenResponseContent",
  "title": "UpdateRefreshTokenResponseContent",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the refresh token"
    },
    "user_id": {
      "type": "string",
      "description": "ID of the user which can be used when interacting with other APIs.",
      "default": "auth0|507f1f77bcf86cd799439020"
    },
    "created_at": {
      "$ref": "#/components/schemas/RefreshTokenDate"
    },
    "idle_expires_at": {
      "$ref": "#/components/schemas/RefreshTokenDate"
    },
    "expires_at": {
      "$ref": "#/components/schemas/RefreshTokenDate"
    },
    "device": {
      "$ref": "#/components/schemas/RefreshTokenDevice"
    },
    "client_id": {
      "type": "string",
      "description": "ID of the client application granted with this refresh token"
    },
    "session_id": {
      "$ref": "#/components/schemas/RefreshTokenSessionId"
    },
    "rotating": {
      "type": "boolean",
      "description": "True if the token is a rotating refresh token"
    },
    "resource_servers": {
      "type": "array",
      "description": "A list of the resource server IDs associated to this refresh-token and their granted scopes",
      "items": {
        "$ref": "#/components/schemas/RefreshTokenResourceServer"
      }
    },
    "refresh_token_metadata": {
      "$ref": "#/components/schemas/RefreshTokenMetadata"
    },
    "last_exchanged_at": {
      "$ref": "#/components/schemas/RefreshTokenDate"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/auth0-updaterefreshtokenresponsecontent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.