Auth0 · Schema

NativeSocialTokenExchange

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
grant_type string Denotes the flow you are using. For Token Exchange for Native Social, use urn:ietf:params:oauth:grant-type:token-exchange.
subject_token string Externally-issued identity artifact, representing the user.
subject_token_type string Identifier that indicates the type of subject_token. Currently supported native social values are: http://auth0.com/oauth/token-type/apple-authz-code.
client_id string Your application's Client ID.
audience string The unique identifier of the target API you want to access.
scope string String value of the different scopes the application is requesting. Multiple scopes are separated with whitespace.
user_profile string Optional element used for native iOS interactions for which profile updates can occur. Expected parameter value will be JSON in the form of: { name: { firstName: 'John', lastName: 'Smith }}
View JSON Schema on GitHub

JSON Schema

auth0-nativesocialtokenexchange-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NativeSocialTokenExchange",
  "title": "NativeSocialTokenExchange",
  "type": "object",
  "required": [
    "grant_type",
    "subject_token",
    "subject_token_type",
    "client_id"
  ],
  "properties": {
    "grant_type": {
      "type": "string",
      "description": "Denotes the flow you are using. For Token Exchange for Native Social, use urn:ietf:params:oauth:grant-type:token-exchange.",
      "enum": [
        "urn:ietf:params:oauth:grant-type:token-exchange"
      ]
    },
    "subject_token": {
      "type": "string",
      "description": "Externally-issued identity artifact, representing the user."
    },
    "subject_token_type": {
      "type": "string",
      "description": "Identifier that indicates the type of subject_token. Currently supported native social values are: http://auth0.com/oauth/token-type/apple-authz-code."
    },
    "client_id": {
      "type": "string",
      "description": "Your application's Client ID."
    },
    "audience": {
      "type": "string",
      "description": "The unique identifier of the target API you want to access."
    },
    "scope": {
      "type": "string",
      "description": "String value of the different scopes the application is requesting. Multiple scopes are separated with whitespace."
    },
    "user_profile": {
      "type": "string",
      "description": "Optional element used for native iOS interactions for which profile updates can occur. Expected parameter value will be JSON in the form of: { name: { firstName: 'John', lastName: 'Smith }}"
    }
  }
}

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