net.leanix.dropkit.apiclient.auth.OAuthFlow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leanix-mtm-sdk-java Show documentation
Show all versions of leanix-mtm-sdk-java Show documentation
SDK for Java to access leanIX MTM REST API
package net.leanix.dropkit.apiclient.auth;
public enum OAuthFlow {
accessCode, implicit, password, application
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy