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.6.0
Show newest version
{{>licenseInfo}}

package {{invokerPackage}}.auth;

/**
 * OAuth flows that are supported by this client
 */
{{>generatedAnnotation}}
public enum OAuthFlow {
    ACCESS_CODE, //called authorizationCode  in OpenAPI 3.0
    IMPLICIT,
    PASSWORD,
    APPLICATION //called clientCredentials in OpenAPI 3.0
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy