diff --git a/docs/new-generator.md b/docs/new-generator.md index c9e2b039e47..f8d5f81d8b1 100644 --- a/docs/new-generator.md +++ b/docs/new-generator.md @@ -230,8 +230,12 @@ Authentication schemes defined for the API: - **API key parameter name**: {{keyParamName}} - **Location**: {{#isKeyInQuery}}URL query string{{/isKeyInQuery}}{{#isKeyInHeader}}HTTP header{{/isKeyInHeader}} {{/isApiKey}} -{{#isBasic}}- **Type**: HTTP basic authentication -{{/isBasic}} +{{#isBasicBasic}}- **Type**: HTTP basic authentication +{{/isBasicBasic}} +{{#isBasicBearer}}- **Type**: HTTP Bearer Token authentication{{#bearerFormat}} ({{{.}}}){{/bearerFormat}} +{{/isBasicBearer}} +{{#isHttpSignature}}- **Type**: HTTP signature authentication +{{/isHttpSignature}} {{#isOAuth}}- **Type**: OAuth - **Flow**: {{flow}} - **Authorization URL**: {{authorizationUrl}} @@ -239,6 +243,10 @@ Authentication schemes defined for the API: {{#scopes}} - {{scope}}: {{description}} {{/scopes}} {{/isOAuth}} +{{#isOpenId}}- **Type**: OpenIDConnect +- **Connect URL**: {{{openIdConnectUrl}}} +- **Bearer Format**: {{{bearerFormat}}} +{{/isOpenId}} {{/authMethods}} ```