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 AuthenticationResponseAuthenticationClient. verifyFactor(String factorId, VerifyFactorRequest request, AuthenticationStateHandler stateHandler)Verifies an enrolled factor for an authentication transaction with the MFA_REQUIRED or MFA_CHALLENGE stateAuthenticationResponseAuthenticationClient. 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 AuthenticationResponseDefaultAuthenticationClient. 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 classDefaultVerifyFactorRequestclassDefaultVerifyPassCodeFactorRequestclassDefaultVerifyPushFactorRequestclassDefaultVerifyU2fFactorRequestMethods in com.okta.authn.sdk.impl.resource that return VerifyFactorRequest Modifier and Type Method Description VerifyFactorRequestDefaultVerifyU2fFactorRequest. setSignatureData(String signatureData)VerifyFactorRequestDefaultVerifyFactorRequest. 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 interfaceVerifyPassCodeFactorRequestinterfaceVerifyPushFactorRequestinterfaceVerifyU2fFactorRequestMethods in com.okta.authn.sdk.resource that return VerifyFactorRequest Modifier and Type Method Description VerifyFactorRequestVerifyU2fFactorRequest. setClientData(String clientData)VerifyFactorRequestVerifyU2fFactorRequest. setSignatureData(String signatureData)VerifyFactorRequestVerifyFactorRequest. setStateToken(String stateToken)
-