Auth0 · Schema

FlowsVaultConnectioSetupOauthCode

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
code string
View JSON Schema on GitHub

JSON Schema

auth0-flowsvaultconnectiosetupoauthcode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowsVaultConnectioSetupOauthCode",
  "title": "FlowsVaultConnectioSetupOauthCode",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "type": {
      "$ref": "#/components/schemas/FlowsVaultConnectioSetupTypeOauthCodeEnum"
    },
    "code": {
      "type": "string"
    }
  }
}