All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkout.sessions.AuthenticationMethod Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
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