CaptchaResponse
Response returned after a captcha has been solved
type CaptchaResponse {
found: Boolean
solved: Boolean
time: Float
token: String
}
Fields
CaptchaResponse.found
● Boolean
scalar
If a captcha was found or not
CaptchaResponse.solved
● Boolean
scalar
If a captcha was found, whether or not it was solved
CaptchaResponse.time
● Float
scalar
The total time it took to find, and solve, the captcha
CaptchaResponse.token
● String
scalar
The solved token of the response, if any is provided