Auth0 · Schema

ConnectionOptionsDwolla

Options for the 'dwolla' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionsdwolla-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsDwolla",
  "title": "ConnectionOptionsDwolla",
  "description": "Options for the 'dwolla' connection",
  "type": "object",
  "additionalProperties": true,
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionOptionsOAuth2Common"
    },
    {
      "type": "object",
      "properties": {}
    }
  ]
}