Uses of Class
com.okta.sdk.resource.SessionAuthenticationMethod
-
Packages that use SessionAuthenticationMethod Package Description com.okta.sdk.resource -
-
Uses of SessionAuthenticationMethod in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return SessionAuthenticationMethod Modifier and Type Method Description static SessionAuthenticationMethod
SessionAuthenticationMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SessionAuthenticationMethod[]
SessionAuthenticationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource that return types with arguments of type SessionAuthenticationMethod Modifier and Type Method Description java.util.List<SessionAuthenticationMethod>
Session. getAmr()
-