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_Password|✗|OAS2,OAS3
|
||||||
|OAuth2_ClientCredentials|✗|OAS2,OAS3
|
|OAuth2_ClientCredentials|✗|OAS2,OAS3
|
||||||
|OAuth2_AuthorizationCode|✗|OAS2,OAS3
|
|OAuth2_AuthorizationCode|✗|OAS2,OAS3
|
||||||
|SignatureAuth|✗|OAS3
|
|SignatureAuth|✓|OAS3
|
||||||
|
|
||||||
### Wire Format Feature
|
### Wire Format Feature
|
||||||
| Name | Supported | Defined By |
|
| Name | Supported | Defined By |
|
||||||
|
@ -73,7 +73,8 @@ public class GoClientCodegen extends AbstractGoCodegen {
|
|||||||
SecurityFeature.BasicAuth,
|
SecurityFeature.BasicAuth,
|
||||||
SecurityFeature.BearerToken,
|
SecurityFeature.BearerToken,
|
||||||
SecurityFeature.ApiKey,
|
SecurityFeature.ApiKey,
|
||||||
SecurityFeature.OAuth2_Implicit
|
SecurityFeature.OAuth2_Implicit,
|
||||||
|
SecurityFeature.SignatureAuth
|
||||||
))
|
))
|
||||||
.includeGlobalFeatures(
|
.includeGlobalFeatures(
|
||||||
GlobalFeature.ParameterizedServer
|
GlobalFeature.ParameterizedServer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user