Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
<T> T |
UserFactorApi.activateFactor(Class<?> T,
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.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
|
PagedList |
UserFactorApi.activateFactorWithPaginationInfo(String userId,
String factorId,
ActivateFactorRequest body)
Activate a Factor
The `sms` and `token:software:totp` factor types require activation to complete the enrollment process
|
Modifier and Type | Method and Description |
---|---|
ActivateFactorRequest |
ActivateFactorRequest.attestation(String attestation) |
ActivateFactorRequest |
ActivateFactorRequest.clientData(String clientData) |
ActivateFactorRequest |
ActivateFactorRequest.passCode(String passCode) |
ActivateFactorRequest |
ActivateFactorRequest.registrationData(String registrationData) |
ActivateFactorRequest |
ActivateFactorRequest.stateToken(String stateToken) |
Copyright © 2017–2023 Okta. All rights reserved.