Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
UserFactor |
UserFactorApi.activateFactor(String userId,
String factorId,
ActivateFactorRequest body)
Activate a Factor
The `sms` and `token:software:totp` factor types require activation to complete the enrollment process
|
UserFactor |
UserFactorApi.enrollFactor(String userId,
UserFactor body,
Boolean updatePhone,
String templateId,
Integer tokenLifetimeSeconds,
Boolean activate)
Enroll a Factor
Enrolls a user with a supported factor
|
UserFactor |
UserFactorApi.getFactor(String userId,
String factorId)
Retrieve a Factor
Retrieves a factor for the specified user
|
Modifier and Type | Method and Description |
---|---|
List<UserFactor> |
UserFactorApi.listFactors(String userId)
List all Factors
Lists all the enrolled factors for the specified user
|
List<UserFactor> |
UserFactorApi.listSupportedFactors(String userId)
List all Supported Factors
Lists all the supported factors that can be enrolled for the specified user
|
Modifier and Type | Method and Description |
---|---|
<T> T |
UserFactorApi.enrollFactor(Class<?> T,
String userId,
UserFactor body,
Boolean updatePhone,
String templateId,
Integer tokenLifetimeSeconds,
Boolean activate)
Enroll a Factor
Enrolls a user with a supported factor
|
UserFactor |
UserFactorApi.enrollFactor(String userId,
UserFactor body,
Boolean updatePhone,
String templateId,
Integer tokenLifetimeSeconds,
Boolean activate)
Enroll a Factor
Enrolls a user with a supported factor
|
PagedList |
UserFactorApi.enrollFactorWithPaginationInfo(String userId,
UserFactor body,
Boolean updatePhone,
String templateId,
Integer tokenLifetimeSeconds,
Boolean activate)
Enroll a Factor
Enrolls a user with a supported factor
|
Modifier and Type | Class and Description |
---|---|
class |
CallUserFactor
CallUserFactor
|
class |
CustomHotpUserFactor
CustomHotpUserFactor
|
class |
EmailUserFactor
EmailUserFactor
|
class |
HardwareUserFactor
HardwareUserFactor
|
class |
PushUserFactor
PushUserFactor
|
class |
SecurityQuestionUserFactor
SecurityQuestionUserFactor
|
class |
SmsUserFactor
SmsUserFactor
|
class |
TokenUserFactor
TokenUserFactor
|
class |
TotpUserFactor
TotpUserFactor
|
class |
U2fUserFactor
U2fUserFactor
|
class |
WebAuthnUserFactor
WebAuthnUserFactor
|
class |
WebUserFactor
WebUserFactor
|
Modifier and Type | Method and Description |
---|---|
UserFactor |
UserFactor.factorType(FactorType factorType) |
UserFactor |
UserFactor.provider(FactorProvider provider) |
UserFactor |
UserFactor.status(FactorStatus status) |
UserFactor |
UserFactor.verify(VerifyFactorRequest verify) |
Copyright © 2017–2023 Okta. All rights reserved.