![JAR search and dependency download from the Maven repository](/logo.png)
Java.auth.OAuthFlow.mustache Maven / Gradle / Ivy
{{>licenseInfo}}
package {{invokerPackage}}.auth;
{{>generatedAnnotation}}
public enum OAuthFlow {
accessCode, //called authorizationCode in OpenAPI 3.0
implicit,
password,
application //called clientCredentials in OpenAPI 3.0
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy