Skip to content

Commit

Permalink
Merge branch 'master' into feature/completion-stage-support
Browse files Browse the repository at this point in the history
  • Loading branch information
sgregoire authored Feb 10, 2023
2 parents 25c9cd2 + 0543bda commit 434e46b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ public enum SecuritySchemeType {
APIKEY("apiKey"),
HTTP("http"),
OPENIDCONNECT("openIdConnect"),
MUTUALTLS("mutualTLS"),
OAUTH2("oauth2");

private String value;
Expand All @@ -17,4 +18,4 @@ public enum SecuritySchemeType {
public String toString() {
return String.valueOf(value);
}
}
}

0 comments on commit 434e46b

Please sign in to comment.