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