com.silanis.esl.sdk
Class AuthenticationMethod
java.lang.Object
com.silanis.esl.sdk.internal.converter.EslEnumeration
com.silanis.esl.sdk.AuthenticationMethod
public class AuthenticationMethod
- extends EslEnumeration
Fields inherited from class com.silanis.esl.sdk.internal.converter.EslEnumeration |
log |
EMAIL
public static final AuthenticationMethod EMAIL
CHALLENGE
public static final AuthenticationMethod CHALLENGE
SMS
public static final AuthenticationMethod SMS
KBA
public static final AuthenticationMethod KBA
SSO
public static final AuthenticationMethod SSO
UNRECOGNIZED
@Deprecated
public static final AuthenticationMethod UNRECOGNIZED(String unknownValue)
- Deprecated. Please upgrade your SDK version to support new types in this enumeration.
- DO NOT USE! This is an internal implementation concern. It is there to avoid crashes in existing code when new values are added to the enumerations
by new versions of eSignLive. If you need access to those new values, you should upgrade your SDK version.
values
public static AuthenticationMethod[] values()
valueOf
public static AuthenticationMethod valueOf(String name)
Copyright 2014, Silanis Technology, Inc. All rights reserved.