mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-15 00:21:17 +00:00
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
package {{invokerPackage}}.auth;
|
|
|
|
public enum OAuthFlow {
|
|
accessCode, implicit, password, application
|
|
} |