travel.wink.sdk.affiliate.syndication.invoker.auth.OAuthFlow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of affiliate-winklinks-sdk-java Show documentation
Show all versions of affiliate-winklinks-sdk-java Show documentation
Java SDK for the Wink Affiliate WinkLinks API
The newest version!
package travel.wink.sdk.affiliate.syndication.invoker.auth;
public enum OAuthFlow {
accessCode, implicit, password, application
}