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