org.genesys.glis.v1.invoker.auth.OAuthFlow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glis-client-resttemplate Show documentation
Show all versions of glis-client-resttemplate Show documentation
API client for the Global Information System for plant genetic resources for food and agriculture (PGRFA) with Spring REST template
package org.genesys.glis.v1.invoker.auth;
public enum OAuthFlow {
accessCode, implicit, password, application
}