Uses of Interface
com.okta.authn.sdk.resource.VerifyFactorRequest
Packages that use VerifyFactorRequest
Package
Description
-
Uses of VerifyFactorRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type VerifyFactorRequestModifier and TypeMethodDescriptiondefault AuthenticationResponse
AuthenticationClient.verifyFactor
(String factorId, VerifyFactorRequest request, AuthenticationStateHandler stateHandler) Verifies an enrolled factor for an authentication transaction with the MFA_REQUIRED or MFA_CHALLENGE stateAuthenticationClient.verifyFactor
(String factorId, VerifyFactorRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) Verifies an enrolled factor for an authentication transaction with the MFA_REQUIRED or MFA_CHALLENGE state -
Uses of VerifyFactorRequest in com.okta.authn.sdk.impl.client
Methods in com.okta.authn.sdk.impl.client with parameters of type VerifyFactorRequestModifier and TypeMethodDescriptionDefaultAuthenticationClient.verifyFactor
(String factorId, VerifyFactorRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of VerifyFactorRequest in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement VerifyFactorRequestModifier and TypeClassDescriptionclass
class
class
class
Methods in com.okta.authn.sdk.impl.resource that return VerifyFactorRequestModifier and TypeMethodDescriptionDefaultVerifyU2fFactorRequest.setSignatureData
(String signatureData) DefaultVerifyFactorRequest.setStateToken
(String stateToken) -
Uses of VerifyFactorRequest in com.okta.authn.sdk.resource
Subinterfaces of VerifyFactorRequest in com.okta.authn.sdk.resourceModifier and TypeInterfaceDescriptioninterface
interface
interface
Methods in com.okta.authn.sdk.resource that return VerifyFactorRequestModifier and TypeMethodDescriptionVerifyU2fFactorRequest.setClientData
(String clientData) VerifyU2fFactorRequest.setSignatureData
(String signatureData) VerifyFactorRequest.setStateToken
(String stateToken)