Uses of Interface
com.okta.authn.sdk.resource.FactorEnrollRequest
Package
Description
-
Uses of FactorEnrollRequest in com.okta.authn.sdk.client
Modifier and TypeMethodDescriptiondefault AuthenticationResponse
AuthenticationClient.enrollFactor
(FactorEnrollRequest factorEnrollRequest, AuthenticationStateHandler stateHandler) Enrolls a user with a factor assigned by their MFA Policy.AuthenticationClient.enrollFactor
(FactorEnrollRequest factorEnrollRequest, RequestContext requestContext, AuthenticationStateHandler stateHandler) Enrolls a user with a factor assigned by their MFA Policy. -
Uses of FactorEnrollRequest in com.okta.authn.sdk.impl.client
Modifier and TypeMethodDescriptionDefaultAuthenticationClient.enrollFactor
(FactorEnrollRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of FactorEnrollRequest in com.okta.authn.sdk.impl.resource
Modifier and TypeMethodDescriptionDefaultFactorEnrollRequest.setFactorProfile
(FactorProfile factorProfile) DefaultFactorEnrollRequest.setFactorType
(FactorType factorType) DefaultFactorEnrollRequest.setProvider
(FactorProvider provider) DefaultFactorEnrollRequest.setStateToken
(String stateToken) -
Uses of FactorEnrollRequest in com.okta.authn.sdk.resource
Modifier and TypeMethodDescriptionFactorEnrollRequest.setFactorProfile
(FactorProfile factorProfile) FactorEnrollRequest.setFactorType
(FactorType factorType) FactorEnrollRequest.setProvider
(FactorProvider provider) FactorEnrollRequest.setStateToken
(String stateToken)