Auth0 · Schema

CreateFlowsVaultConnectionJwt

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-createflowsvaultconnectionjwt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateFlowsVaultConnectionJwt",
  "title": "CreateFlowsVaultConnectionJwt",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/CreateFlowsVaultConnectionJwtJwt"
    },
    {
      "$ref": "#/components/schemas/CreateFlowsVaultConnectionJwtUninitialized"
    }
  ]
}