Skip to content

Commit

Permalink
Enable bearer security schema for Go client (#14957)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondamour authored Mar 15, 2023
1 parent 388147f commit 1268b51
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public GoClientCodegen() {
.wireFormatFeatures(EnumSet.of(WireFormatFeature.JSON, WireFormatFeature.XML))
.securityFeatures(EnumSet.of(
SecurityFeature.BasicAuth,
SecurityFeature.BearerToken,
SecurityFeature.ApiKey,
SecurityFeature.OAuth2_Implicit
))
Expand Down

0 comments on commit 1268b51

Please sign in to comment.