File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -230,15 +230,23 @@ Authentication schemes defined for the API:
230230- **API key parameter name**: {{keyParamName}}
231231- **Location**: {{#isKeyInQuery}}URL query string{{/isKeyInQuery}}{{#isKeyInHeader}}HTTP header{{/isKeyInHeader}}
232232{{/isApiKey}}
233- {{#isBasic}}- **Type**: HTTP basic authentication
234- {{/isBasic}}
233+ {{#isBasicBasic}}- **Type**: HTTP basic authentication
234+ {{/isBasicBasic}}
235+ {{#isBasicBearer}}- **Type**: HTTP Bearer Token authentication{{#bearerFormat}} ({{{.}}}){{/bearerFormat}}
236+ {{/isBasicBearer}}
237+ {{#isHttpSignature}}- **Type**: HTTP signature authentication
238+ {{/isHttpSignature}}
235239{{#isOAuth}}- **Type**: OAuth
236240- **Flow**: {{flow}}
237241- **Authorization URL**: {{authorizationUrl}}
238242- **Scopes**: {{^scopes}}N/A{{/scopes}}
239243{{#scopes}} - {{scope}}: {{description}}
240244{{/scopes}}
241245{{/isOAuth}}
246+ {{#isOpenId}}- **Type**: OpenIDConnect
247+ - **Connect URL**: {{{openIdConnectUrl}}}
248+ - **Bearer Format**: {{{bearerFormat}}}
249+ {{/isOpenId}}
242250
243251{{/authMethods}}
244252```
You can’t perform that action at this time.
0 commit comments