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