public enum SessionAuthenticationMethod extends Enum<SessionAuthenticationMethod>
Enum Constant and Description |
---|
FPT |
GEO |
HWK |
KBA |
MFA |
OTP |
PWD |
SDK_UNKNOWN |
SMS |
SWK |
TEL |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SessionAuthenticationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionAuthenticationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionAuthenticationMethod PWD
public static final SessionAuthenticationMethod SWK
public static final SessionAuthenticationMethod HWK
public static final SessionAuthenticationMethod OTP
public static final SessionAuthenticationMethod SMS
public static final SessionAuthenticationMethod TEL
public static final SessionAuthenticationMethod GEO
public static final SessionAuthenticationMethod FPT
public static final SessionAuthenticationMethod KBA
public static final SessionAuthenticationMethod MFA
public static final SessionAuthenticationMethod SDK_UNKNOWN
public static SessionAuthenticationMethod[] values()
for (SessionAuthenticationMethod c : SessionAuthenticationMethod.values()) System.out.println(c);
public static SessionAuthenticationMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<SessionAuthenticationMethod>
Copyright © 2017–2023 Okta. All rights reserved.