Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
VerifyUserFactorResponse |
UserFactorApi.getFactorTransactionStatus(String userId,
String factorId,
String transactionId)
Retrieve a Factor Transaction Status
Retrieves the factors verification transaction status
|
VerifyUserFactorResponse |
UserFactorApi.getFactorTransactionStatus(String userId,
String factorId,
String transactionId,
Map<String,String> additionalHeaders)
Retrieve a Factor Transaction Status
Retrieves the factors verification transaction status
|
VerifyUserFactorResponse |
UserFactorApi.verifyFactor(String userId,
String factorId,
String templateId,
Integer tokenLifetimeSeconds,
String xForwardedFor,
String userAgent,
String acceptLanguage,
VerifyFactorRequest body)
Verify an MFA Factor
Verifies an OTP for a `token` or `token:hardware` factor
|
VerifyUserFactorResponse |
UserFactorApi.verifyFactor(String userId,
String factorId,
String templateId,
Integer tokenLifetimeSeconds,
String xForwardedFor,
String userAgent,
String acceptLanguage,
VerifyFactorRequest body,
Map<String,String> additionalHeaders)
Verify an MFA Factor
Verifies an OTP for a `token` or `token:hardware` factor
|
Modifier and Type | Method and Description |
---|---|
VerifyUserFactorResponse |
VerifyUserFactorResponse.factorResult(VerifyUserFactorResult factorResult) |
VerifyUserFactorResponse |
VerifyUserFactorResponse.factorResultMessage(String factorResultMessage) |
VerifyUserFactorResponse |
VerifyUserFactorResponse.links(LinksSelf links) |
Copyright © 2017–2023 Okta. All rights reserved.