Uses of Interface
com.okta.authn.sdk.resource.VerifyFactorRequest
-
Packages that use VerifyFactorRequest 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 VerifyFactorRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type VerifyFactorRequest Modifier and Type Method Description default AuthenticationResponse
AuthenticationClient. verifyFactor(String factorId, VerifyFactorRequest request, AuthenticationStateHandler stateHandler)
Verifies an enrolled factor for an authentication transaction with the MFA_REQUIRED or MFA_CHALLENGE stateAuthenticationResponse
AuthenticationClient. 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 VerifyFactorRequest Modifier and Type Method Description AuthenticationResponse
DefaultAuthenticationClient. 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 VerifyFactorRequest Modifier and Type Class Description class
DefaultVerifyFactorRequest
class
DefaultVerifyPassCodeFactorRequest
class
DefaultVerifyPushFactorRequest
class
DefaultVerifyU2fFactorRequest
Methods in com.okta.authn.sdk.impl.resource that return VerifyFactorRequest Modifier and Type Method Description VerifyFactorRequest
DefaultVerifyU2fFactorRequest. setSignatureData(String signatureData)
VerifyFactorRequest
DefaultVerifyFactorRequest. setStateToken(String stateToken)
-
Uses of VerifyFactorRequest in com.okta.authn.sdk.resource
Subinterfaces of VerifyFactorRequest in com.okta.authn.sdk.resource Modifier and Type Interface Description interface
VerifyPassCodeFactorRequest
interface
VerifyPushFactorRequest
interface
VerifyU2fFactorRequest
Methods in com.okta.authn.sdk.resource that return VerifyFactorRequest Modifier and Type Method Description VerifyFactorRequest
VerifyU2fFactorRequest. setClientData(String clientData)
VerifyFactorRequest
VerifyU2fFactorRequest. setSignatureData(String signatureData)
VerifyFactorRequest
VerifyFactorRequest. setStateToken(String stateToken)
-