Auth0 · Schema

ClientSessionTransferConfiguration

Native to Web SSO Configuration

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
can_create_session_transfer_token boolean Indicates whether an app can issue a Session Transfer Token through Token Exchange. If set to 'false', the app will not be able to issue a Session Transfer Token. Usually configured in the native appl
enforce_cascade_revocation boolean Indicates whether revoking the parent Refresh Token that initiated a Native to Web flow and was used to issue a Session Transfer Token should trigger a cascade revocation affecting its dependent child
allowed_authentication_methods arraynull Indicates whether an app can create a session from a Session Transfer Token received via indicated methods. Can include `cookie` and/or `query`. Usually configured in the web application. Default valu
enforce_device_binding object
allow_refresh_token boolean Indicates whether Refresh Tokens are allowed to be issued when authenticating with a Session Transfer Token. Usually configured in the web application. Default value is `false`.
enforce_online_refresh_tokens boolean Indicates whether Refresh Tokens created during a Native to Web session are tied to that session's lifetime. This determines if such refresh tokens should be automatically revoked when their correspon
delegation object
View JSON Schema on GitHub

JSON Schema

auth0-clientsessiontransferconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientSessionTransferConfiguration",
  "title": "ClientSessionTransferConfiguration",
  "type": [
    "object",
    "null"
  ],
  "description": "Native to Web SSO Configuration",
  "additionalProperties": false,
  "properties": {
    "can_create_session_transfer_token": {
      "type": "boolean",
      "description": "Indicates whether an app can issue a Session Transfer Token through Token Exchange. If set to 'false', the app will not be able to issue a Session Transfer Token. Usually configured in the native application. Default value is `false`.",
      "default": false
    },
    "enforce_cascade_revocation": {
      "type": "boolean",
      "description": "Indicates whether revoking the parent Refresh Token that initiated a Native to Web flow and was used to issue a Session Transfer Token should trigger a cascade revocation affecting its dependent child entities. Usually configured in the native application. Default value is `true`, applicable only in Native to Web SSO context.",
      "default": true
    },
    "allowed_authentication_methods": {
      "type": [
        "array",
        "null"
      ],
      "description": "Indicates whether an app can create a session from a Session Transfer Token received via indicated methods. Can include `cookie` and/or `query`. Usually configured in the web application. Default value is an empty array [].",
      "items": {
        "$ref": "#/components/schemas/ClientSessionTransferAllowedAuthenticationMethodsEnum"
      }
    },
    "enforce_device_binding": {
      "$ref": "#/components/schemas/ClientSessionTransferDeviceBindingEnum"
    },
    "allow_refresh_token": {
      "type": "boolean",
      "description": "Indicates whether Refresh Tokens are allowed to be issued when authenticating with a Session Transfer Token. Usually configured in the web application. Default value is `false`.",
      "default": false
    },
    "enforce_online_refresh_tokens": {
      "type": "boolean",
      "description": "Indicates whether Refresh Tokens created during a Native to Web session are tied to that session's lifetime. This determines if such refresh tokens should be automatically revoked when their corresponding sessions are. Usually configured in the web application. Default value is `true`, applicable only in Native to Web SSO context.",
      "default": true
    },
    "delegation": {
      "$ref": "#/components/schemas/ClientSessionTransferDelegationConfiguration",
      "x-release-lifecycle": "EA"
    }
  }
}

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-clientsessiontransferconfiguration"
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.