Values.CaptchaResponseSourceThe result from the inspection of the web request for a valid CAPTCHA token.
type nonrec t = {responseCode : ResponseCode.t option;The HTTP response code indicating the status of the CAPTCHA token in the web request. If the token is missing, invalid, or expired, this code is 405 Method Not Allowed.
*)solveTimestamp : SolveTimestamp.t option;The time that the CAPTCHA was last solved for the supplied token.
*)failureReason : FailureReason.t option;The reason for failure, populated when the evaluation of the token fails.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of ResponseCode.t
| `Long of SolveTimestamp.t ])
list ]