{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ConnectionTokenEndpoint",
"title": "ConnectionTokenEndpoint",
"allOf": [
{
"description": "URL of the identity provider's OAuth 2.0 token endpoint where authorization codes are exchanged for access tokens. Must be a valid HTTPS URL. Required for authorization code flow but optional for implicit flow."
},
{
"$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback255"
}
]
}