Package | Description |
---|---|
com.okta.authn.sdk.client | |
com.okta.authn.sdk.impl.client | |
com.okta.authn.sdk.impl.resource | |
com.okta.authn.sdk.resource |
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
AuthenticationClient.enrollFactor(FactorEnrollRequest factorEnrollRequest,
AuthenticationStateHandler stateHandler)
Enrolls a user with a factor assigned by their MFA Policy.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
DefaultAuthenticationClient.enrollFactor(FactorEnrollRequest request,
AuthenticationStateHandler stateHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFactorEnrollRequest |
Modifier and Type | Method and Description |
---|---|
FactorEnrollRequest |
DefaultFactorEnrollRequest.setFactorProfile(com.okta.sdk.resource.user.factor.FactorProfile profile) |
FactorEnrollRequest |
DefaultFactorEnrollRequest.setFactorType(com.okta.sdk.resource.user.factor.FactorType factorType) |
FactorEnrollRequest |
DefaultFactorEnrollRequest.setProvider(com.okta.sdk.resource.user.factor.FactorProvider provider) |
FactorEnrollRequest |
DefaultFactorEnrollRequest.setStateToken(String stateToken) |
Modifier and Type | Method and Description |
---|---|
FactorEnrollRequest |
FactorEnrollRequest.setFactorProfile(com.okta.sdk.resource.user.factor.FactorProfile factorProfile) |
FactorEnrollRequest |
FactorEnrollRequest.setFactorType(com.okta.sdk.resource.user.factor.FactorType factorType) |
FactorEnrollRequest |
FactorEnrollRequest.setProvider(com.okta.sdk.resource.user.factor.FactorProvider provider) |
FactorEnrollRequest |
FactorEnrollRequest.setStateToken(String stateToken) |
Copyright © 2018 Okta. All rights reserved.