forked from loafle/openapi-generator-original
[Go] fix security features listed in documentation (#15714)
This commit is contained in:
parent
a9536d6d7f
commit
2cc3e7865c
@ -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 |
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user