Uses of Interface
com.okta.authn.sdk.resource.VerifyFactorRequest
Package
Description
-
Uses of VerifyFactorRequest in com.okta.authn.sdk.client
Modifier 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
Modifier and TypeMethodDescriptionDefaultAuthenticationClient.verifyFactor
(String factorId, VerifyFactorRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of VerifyFactorRequest in com.okta.authn.sdk.impl.resource
Modifier and TypeClassDescriptionclass
class
class
class
Modifier and TypeMethodDescriptionDefaultVerifyU2fFactorRequest.setSignatureData
(String signatureData) DefaultVerifyFactorRequest.setStateToken
(String stateToken) -
Uses of VerifyFactorRequest in com.okta.authn.sdk.resource
Modifier and TypeInterfaceDescriptioninterface
interface
interface
Modifier and TypeMethodDescriptionVerifyU2fFactorRequest.setClientData
(String clientData) VerifyU2fFactorRequest.setSignatureData
(String signatureData) VerifyFactorRequest.setStateToken
(String stateToken)