public static interface ChallengeResponse.Builder extends SdkPojo, CopyableBuilder<ChallengeResponse.Builder,ChallengeResponse>
| Modifier and Type | Method and Description |
|---|---|
ChallengeResponse.Builder |
failureReason(FailureReason failureReason)
The reason for failure, populated when the evaluation of the token fails.
|
ChallengeResponse.Builder |
failureReason(String failureReason)
The reason for failure, populated when the evaluation of the token fails.
|
ChallengeResponse.Builder |
responseCode(Integer responseCode)
The HTTP response code indicating the status of the challenge token in the web request.
|
ChallengeResponse.Builder |
solveTimestamp(Long solveTimestamp)
The time that the challenge was last solved for the supplied token.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChallengeResponse.Builder responseCode(Integer responseCode)
The HTTP response code indicating the status of the challenge token in the web request. If the token is
missing, invalid, or expired, this code is 202 Request Accepted.
responseCode - The HTTP response code indicating the status of the challenge token in the web request. If the token
is missing, invalid, or expired, this code is 202 Request Accepted.ChallengeResponse.Builder solveTimestamp(Long solveTimestamp)
The time that the challenge was last solved for the supplied token.
solveTimestamp - The time that the challenge was last solved for the supplied token.ChallengeResponse.Builder failureReason(String failureReason)
The reason for failure, populated when the evaluation of the token fails.
failureReason - The reason for failure, populated when the evaluation of the token fails.FailureReason,
FailureReasonChallengeResponse.Builder failureReason(FailureReason failureReason)
The reason for failure, populated when the evaluation of the token fails.
failureReason - The reason for failure, populated when the evaluation of the token fails.FailureReason,
FailureReasonCopyright © 2023. All rights reserved.