Options for the 'auth0-oidc' connection
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionOptionsAuth0OIDC", "title": "ConnectionOptionsAuth0OIDC", "description": "Options for the 'auth0-oidc' connection", "type": "object", "additionalProperties": true, "properties": { "client_id": { "$ref": "#/components/schemas/ConnectionClientId" }, "client_secret": { "$ref": "#/components/schemas/ConnectionClientSecret" } } }