add HTTP signature to SecurityFeature (#15542)

This commit is contained in:
Tiffany Marrel
2023-05-16 18:48:58 +02:00
committed by GitHub
parent 842ca3db69
commit 00676870a3
145 changed files with 151 additions and 1 deletions

View File

@@ -73,5 +73,11 @@ public enum SecurityFeature {
* <p>In OAS 2.0, this is called "accessCode" flow.</p>
*/
@OAS2 @OAS3
OAuth2_AuthorizationCode
OAuth2_AuthorizationCode,
/**
* Supports http signature.
*/
@OAS3
SignatureAuth,
}