Uses of Interface
com.okta.authn.sdk.resource.ActivateFactorRequest
-
Packages that use ActivateFactorRequest Package Description com.okta.authn.sdk.client com.okta.authn.sdk.impl.client com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of ActivateFactorRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type ActivateFactorRequest Modifier and Type Method Description default AuthenticationResponse
AuthenticationClient. activateFactor(java.lang.String factorId, ActivateFactorRequest request, AuthenticationStateHandler stateHandler)
The sms, call and token:software:totp factor types require activation to complete the enrollment process.AuthenticationResponse
AuthenticationClient. activateFactor(java.lang.String factorId, ActivateFactorRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler)
The sms, call and token:software:totp factor types require activation to complete the enrollment process. -
Uses of ActivateFactorRequest in com.okta.authn.sdk.impl.client
Methods in com.okta.authn.sdk.impl.client with parameters of type ActivateFactorRequest Modifier and Type Method Description AuthenticationResponse
DefaultAuthenticationClient. activateFactor(java.lang.String factorId, ActivateFactorRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler)
-
Uses of ActivateFactorRequest in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement ActivateFactorRequest Modifier and Type Class Description class
DefaultActivateFactorRequest
class
DefaultActivatePassCodeFactorRequest
class
DefaultActivateU2fFactorRequest
Methods in com.okta.authn.sdk.impl.resource that return ActivateFactorRequest Modifier and Type Method Description ActivateFactorRequest
DefaultActivateFactorRequest. setStateToken(java.lang.String stateToken)
-
Uses of ActivateFactorRequest in com.okta.authn.sdk.resource
Subinterfaces of ActivateFactorRequest in com.okta.authn.sdk.resource Modifier and Type Interface Description interface
ActivatePassCodeFactorRequest
interface
ActivateU2fFactorRequest
Methods in com.okta.authn.sdk.resource that return ActivateFactorRequest Modifier and Type Method Description ActivateFactorRequest
ActivateFactorRequest. setStateToken(java.lang.String stateToken)
-