Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.resource.user.factor | |
com.okta.sdk.resource.user.factor |
Modifier and Type | Method and Description |
---|---|
VerifyUserFactorResponse |
Client.getFactorTransactionStatus(String userId,
String factorId,
String transactionId)
Polls factors verification transaction for status.
|
Modifier and Type | Method and Description |
---|---|
VerifyUserFactorResponse |
DefaultClient.getFactorTransactionStatus(String userId,
String factorId,
String transactionId)
Polls factors verification transaction for status.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultVerifyUserFactorResponse
VerifyUserFactorResponse
|
Modifier and Type | Method and Description |
---|---|
VerifyUserFactorResponse |
DefaultVerifyUserFactorResponse.setFactorResult(VerifyUserFactorResponse.FactorResultEnum factorResult) |
VerifyUserFactorResponse |
DefaultVerifyUserFactorResponse.setFactorResultMessage(String factorResultMessage) |
VerifyUserFactorResponse |
DefaultUserFactor.verify()
Verify MFA Factor
Verifies an OTP for a `token` or `token:hardware` factor
|
VerifyUserFactorResponse |
DefaultUserFactor.verify(VerifyFactorRequest body,
String templateId,
Integer tokenLifetimeSeconds,
String xForwardedFor,
String userAgent,
String acceptLanguage)
Verify MFA Factor
Verifies an OTP for a `token` or `token:hardware` factor
|
Modifier and Type | Method and Description |
---|---|
VerifyUserFactorResponse |
VerifyUserFactorResponse.setFactorResult(VerifyUserFactorResponse.FactorResultEnum factorResult) |
VerifyUserFactorResponse |
VerifyUserFactorResponse.setFactorResultMessage(String factorResultMessage) |
VerifyUserFactorResponse |
UserFactor.verify()
Verify MFA Factor
Verifies an OTP for a `token` or `token:hardware` factor
|
VerifyUserFactorResponse |
UserFactor.verify(VerifyFactorRequest body,
String templateId,
Integer tokenLifetimeSeconds,
String xForwardedFor,
String userAgent,
String acceptLanguage)
Verify MFA Factor
Verifies an OTP for a `token` or `token:hardware` factor
|
Copyright © 2017–2023 Okta. All rights reserved.