Auth0 · Schema

EncryptionKeyPublicWrappingAlgorithm

Encryption algorithm that shall be used to wrap your key material

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-encryptionkeypublicwrappingalgorithm-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EncryptionKeyPublicWrappingAlgorithm",
  "title": "EncryptionKeyPublicWrappingAlgorithm",
  "type": "string",
  "description": "Encryption algorithm that shall be used to wrap your key material",
  "enum": [
    "CKM_RSA_AES_KEY_WRAP"
  ]
}