All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Java.auth.OAuthFlow.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
{{>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 - 2024 Weber Informatics LLC | Privacy Policy