| Package | Description |
|---|---|
| com.okta.authn.sdk.client | |
| com.okta.authn.sdk.impl.client | |
| com.okta.authn.sdk.impl.resource | |
| 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 | Method and Description |
|---|---|
AuthenticationResponse |
DefaultAuthenticationClient.verifyFactor(String factorId,
VerifyFactorRequest request,
RequestContext requestContext,
AuthenticationStateHandler stateHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVerifyFactorRequest |
class |
DefaultVerifyPassCodeFactorRequest |
class |
DefaultVerifyPushFactorRequest |
class |
DefaultVerifyU2fFactorRequest |
| Modifier and Type | Method and Description |
|---|---|
VerifyFactorRequest |
DefaultVerifyU2fFactorRequest.setSignatureData(String signatureData) |
VerifyFactorRequest |
DefaultVerifyFactorRequest.setStateToken(String stateToken) |
| 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–2024 Okta. All rights reserved.