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(java.lang.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(java.lang.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(java.lang.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(java.lang.String signatureData) |
VerifyFactorRequest |
DefaultVerifyFactorRequest.setStateToken(java.lang.String stateToken) |
Modifier and Type | Interface and Description |
---|---|
interface |
VerifyPassCodeFactorRequest |
interface |
VerifyPushFactorRequest |
interface |
VerifyU2fFactorRequest |
Modifier and Type | Method and Description |
---|---|
VerifyFactorRequest |
VerifyU2fFactorRequest.setClientData(java.lang.String clientData) |
VerifyFactorRequest |
VerifyU2fFactorRequest.setSignatureData(java.lang.String signatureData) |
VerifyFactorRequest |
VerifyFactorRequest.setStateToken(java.lang.String stateToken) |
Copyright © 2018-2022 Okta. All Rights Reserved.