Uses of Interface
com.okta.sdk.resource.UserFactorList
-
Packages that use UserFactorList Package Description com.okta.sdk.client -
-
Uses of UserFactorList in com.okta.sdk.client
Methods in com.okta.sdk.client that return UserFactorList Modifier and Type Method Description UserFactorList
Client. listFactors(java.lang.String userId)
List Factors Enumerates all the enrolled factors for the specified userUserFactorList
Client. listSupportedFactors(java.lang.String userId)
List Supported Factors Enumerates all the supported factors that can be enrolled for the specified user
-