[Go] fix security features listed in documentation (#15714)

This commit is contained in:
Tiffany Marrel 2023-06-03 05:44:48 +02:00 committed by GitHub
parent a9536d6d7f
commit 2cc3e7865c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -223,7 +223,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|OAuth2_Password|✗|OAS2,OAS3
|OAuth2_ClientCredentials|✗|OAS2,OAS3
|OAuth2_AuthorizationCode|✗|OAS2,OAS3
|SignatureAuth||OAS3
|SignatureAuth||OAS3
### Wire Format Feature
| Name | Supported | Defined By |

View File

@ -73,7 +73,8 @@ public class GoClientCodegen extends AbstractGoCodegen {
SecurityFeature.BasicAuth,
SecurityFeature.BearerToken,
SecurityFeature.ApiKey,
SecurityFeature.OAuth2_Implicit
SecurityFeature.OAuth2_Implicit,
SecurityFeature.SignatureAuth
))
.includeGlobalFeatures(
GlobalFeature.ParameterizedServer