File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -230,15 +230,23 @@ Authentication schemes defined for the API:
230
230
- **API key parameter name**: {{keyParamName}}
231
231
- **Location**: {{#isKeyInQuery}}URL query string{{/isKeyInQuery}}{{#isKeyInHeader}}HTTP header{{/isKeyInHeader}}
232
232
{{/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}}
235
239
{{#isOAuth}}- **Type**: OAuth
236
240
- **Flow**: {{flow}}
237
241
- **Authorization URL**: {{authorizationUrl}}
238
242
- **Scopes**: {{^scopes}}N/A{{/scopes}}
239
243
{{#scopes}} - {{scope}}: {{description}}
240
244
{{/scopes}}
241
245
{{/isOAuth}}
246
+ {{#isOpenId}}- **Type**: OpenIDConnect
247
+ - **Connect URL**: {{{openIdConnectUrl}}}
248
+ - **Bearer Format**: {{{bearerFormat}}}
249
+ {{/isOpenId}}
242
250
243
251
{{/authMethods}}
244
252
```
You can’t perform that action at this time.
0 commit comments