mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 02:46:23 +00:00
add HTTP signature to SecurityFeature (#15542)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user