com.nutanix.mic.java.client.auth.OAuthFlow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of microseg-java-client Show documentation
Show all versions of microseg-java-client Show documentation
Manage Network Security Policy configuration of Nutanix clusters.
The newest version!
package com.nutanix.mic.java.client.auth;
public enum OAuthFlow {
accessCode, implicit, password, application
}