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 |
---|---|
default AuthenticationResponse |
AuthenticationClient.enrollFactor(FactorEnrollRequest factorEnrollRequest,
AuthenticationStateHandler stateHandler)
Enrolls a user with a factor assigned by their MFA Policy.
|
AuthenticationResponse |
AuthenticationClient.enrollFactor(FactorEnrollRequest factorEnrollRequest,
RequestContext requestContext,
AuthenticationStateHandler stateHandler)
Enrolls a user with a factor assigned by their MFA Policy.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
DefaultAuthenticationClient.enrollFactor(FactorEnrollRequest request,
RequestContext requestContext,
AuthenticationStateHandler stateHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFactorEnrollRequest |
Modifier and Type | Method and Description |
---|---|
FactorEnrollRequest |
DefaultFactorEnrollRequest.setFactorProfile(FactorProfile factorProfile) |
FactorEnrollRequest |
DefaultFactorEnrollRequest.setFactorType(FactorType factorType) |
FactorEnrollRequest |
DefaultFactorEnrollRequest.setProvider(FactorProvider provider) |
FactorEnrollRequest |
DefaultFactorEnrollRequest.setStateToken(java.lang.String stateToken) |
Modifier and Type | Method and Description |
---|---|
FactorEnrollRequest |
FactorEnrollRequest.setFactorProfile(FactorProfile factorProfile) |
FactorEnrollRequest |
FactorEnrollRequest.setFactorType(FactorType factorType) |
FactorEnrollRequest |
FactorEnrollRequest.setProvider(FactorProvider provider) |
FactorEnrollRequest |
FactorEnrollRequest.setStateToken(java.lang.String stateToken) |
Copyright © 2018-2022 Okta. All Rights Reserved.