com.nutanix.net.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 networking-java-client Show documentation
Show all versions of networking-java-client Show documentation
Manage networking configuration on Nutanix clusters, including AHV and advanced networking.
package com.nutanix.net.java.client.auth;
public enum OAuthFlow {
accessCode, implicit, password, application
}