Uses of Interface
com.okta.authn.sdk.resource.FactorEnrollRequest
Packages that use FactorEnrollRequest
Package
Description
-
Uses of FactorEnrollRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type FactorEnrollRequestModifier 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
Methods in com.okta.authn.sdk.impl.client with parameters of type FactorEnrollRequestModifier and TypeMethodDescriptionDefaultAuthenticationClient.enrollFactor
(FactorEnrollRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of FactorEnrollRequest in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement FactorEnrollRequestMethods in com.okta.authn.sdk.impl.resource that return FactorEnrollRequestModifier 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
Methods in com.okta.authn.sdk.resource that return FactorEnrollRequestModifier and TypeMethodDescriptionFactorEnrollRequest.setFactorProfile
(FactorProfile factorProfile) FactorEnrollRequest.setFactorType
(FactorType factorType) FactorEnrollRequest.setProvider
(FactorProvider provider) FactorEnrollRequest.setStateToken
(String stateToken)