Auth0 · Schema

TokenExchangeProfileTypeEnum

The type of the profile, which controls how the profile will be executed when receiving a token exchange request.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-tokenexchangeprofiletypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TokenExchangeProfileTypeEnum",
  "title": "TokenExchangeProfileTypeEnum",
  "type": "string",
  "description": "The type of the profile, which controls how the profile will be executed when receiving a token exchange request.",
  "minLength": 1,
  "maxLength": 21,
  "enum": [
    "custom_authentication"
  ]
}