public enum ThreeDsReqAuthMethodType extends java.lang.Enum<ThreeDsReqAuthMethodType>
| Modifier and Type | Method and Description |
|---|---|
static ThreeDsReqAuthMethodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreeDsReqAuthMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="federated_id") public static final ThreeDsReqAuthMethodType FEDERATED_ID
@SerializedName(value="fido_authenticator") public static final ThreeDsReqAuthMethodType FIDO_AUTHENTICATOR
@SerializedName(value="fido_authenticator_fido_assurance_data_signed") public static final ThreeDsReqAuthMethodType FIDO_AUTHENTICATOR_FIDO_ASSURANCE_DATA_SIGNED
@SerializedName(value="issuer_credentials") public static final ThreeDsReqAuthMethodType ISSUER_CREDENTIALS
@SerializedName(value="no_threeds_requestor_authentication_occurred") public static final ThreeDsReqAuthMethodType NO_THREEDS_REQUESTOR_AUTHENTICATION_OCCURRED
@SerializedName(value="src_assurance_data") public static final ThreeDsReqAuthMethodType SRC_ASSURANCE_DATA
@SerializedName(value="three3ds_requestor_own_credentials") public static final ThreeDsReqAuthMethodType THREE3DS_REQUESTOR_OWN_CREDENTIALS
@SerializedName(value="third_party_authentication") public static final ThreeDsReqAuthMethodType THIRD_PARTY_AUTHENTICATION
public static ThreeDsReqAuthMethodType[] values()
for (ThreeDsReqAuthMethodType c : ThreeDsReqAuthMethodType.values()) System.out.println(c);
public static ThreeDsReqAuthMethodType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null