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

Java.libraries.jersey3.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
 */
public enum OAuthFlow {
    ACCESS_CODE,
    IMPLICIT,
    PASSWORD,
    APPLICATION
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy