Auth0 · Schema

ResourceServerTokenEncryptionFormatEnum

Format of the encrypted JWT payload.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-resourceservertokenencryptionformatenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceServerTokenEncryptionFormatEnum",
  "title": "ResourceServerTokenEncryptionFormatEnum",
  "description": "Format of the encrypted JWT payload.",
  "enum": [
    "compact-nested-jwe"
  ]
}