com.checkout.sessions.AuthenticationMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkout-sdk-java Show documentation
Show all versions of checkout-sdk-java Show documentation
Checkout SDK for Java https://checkout.com
package com.checkout.sessions;
import com.google.gson.annotations.SerializedName;
public enum AuthenticationMethod {
@SerializedName("no_authentication")
NO_AUTHENTICATION,
@SerializedName("own_credentials")
OWN_CREDENTIALS,
@SerializedName("federated_id")
FEDERATED_ID,
@SerializedName("issuer_credentials")
ISSUER_CREDENTIALS,
@SerializedName("third_party_authentication")
THIRD_PARTY_AUTHENTICATION,
@SerializedName("fido")
FIDO
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy