| Package | Description |
|---|---|
| com.okta.authn.sdk.client | |
| com.okta.authn.sdk.resource |
| Modifier and Type | Method and 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 state
|
AuthenticationResponse |
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
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VerifyPassCodeFactorRequest |
interface |
VerifyPushFactorRequest |
interface |
VerifyU2fFactorRequest |
| Modifier and Type | Method and Description |
|---|---|
VerifyFactorRequest |
VerifyU2fFactorRequest.setClientData(String clientData) |
VerifyFactorRequest |
VerifyU2fFactorRequest.setSignatureData(String signatureData) |
VerifyFactorRequest |
VerifyFactorRequest.setStateToken(String stateToken) |
Copyright © 2018–2019 Okta. All rights reserved.