Auth0 · Schema

ResourceServerTokenEncryptionAlgorithmEnum

Algorithm used to encrypt the token.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-resourceservertokenencryptionalgorithmenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceServerTokenEncryptionAlgorithmEnum",
  "title": "ResourceServerTokenEncryptionAlgorithmEnum",
  "type": "string",
  "description": "Algorithm used to encrypt the token.",
  "enum": [
    "RSA-OAEP-256",
    "RSA-OAEP-384",
    "RSA-OAEP-512"
  ]
}