Auth0 · Schema

FlowsVaultConnectioSetupJwt

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
algorithm object
View JSON Schema on GitHub

JSON Schema

auth0-flowsvaultconnectiosetupjwt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowsVaultConnectioSetupJwt",
  "title": "FlowsVaultConnectioSetupJwt",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "type",
    "algorithm"
  ],
  "properties": {
    "type": {
      "$ref": "#/components/schemas/FlowsVaultConnectioSetupTypeJwtEnum"
    },
    "algorithm": {
      "$ref": "#/components/schemas/FlowsVaultConnectioSetupJwtAlgorithmEnum"
    }
  }
}