public class AuthenticationMethod extends EslEnumeration
| Modifier and Type | Field and Description |
|---|---|
static AuthenticationMethod |
CHALLENGE |
static AuthenticationMethod |
EMAIL |
static AuthenticationMethod |
IDV |
static AuthenticationMethod |
KBA |
static AuthenticationMethod |
SMS |
static AuthenticationMethod |
SSO |
log| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMethod |
UNRECOGNIZED(String unknownValue)
Deprecated.
Please upgrade your SDK version to support new types in this enumeration.
|
static AuthenticationMethod |
valueOf(String name) |
static AuthenticationMethod[] |
values() |
getApiValue, name, ordinal, toStringpublic static final AuthenticationMethod EMAIL
public static final AuthenticationMethod CHALLENGE
public static final AuthenticationMethod SMS
public static final AuthenticationMethod KBA
public static final AuthenticationMethod SSO
public static final AuthenticationMethod IDV
@Deprecated public static final AuthenticationMethod UNRECOGNIZED(String unknownValue)
public static AuthenticationMethod[] values()
public static AuthenticationMethod valueOf(String name)
Copyright 2022 OneSpan All rights reserved.