Module captcha

Module captcha 

Source
Expand description

Captcha provider integrations.

These adapters provide a unified interface for third-party captcha solvers such as AntiCaptcha, CapSolver, and TwoCaptcha. The core solver can remain agnostic of vendor-specific details while still retrieving challenge tokens when necessary.

Structs§

AntiCaptchaProvider
Placeholder adapter for the AntiCaptcha service.
CapSolverProvider
Placeholder adapter for the CapSolver service.
CaptchaConfig
High-level configuration that controls captcha solving behaviour.
CaptchaSolution
Resolved captcha token and optional metadata.
CaptchaTask
Details describing the captcha Cloudflare issued.
TwoCaptchaProvider
Placeholder adapter for the TwoCaptcha service.

Enums§

CaptchaError
Errors surfaced by captcha providers.

Traits§

CaptchaProvider
Shared interface implemented by captcha vendors.

Type Aliases§

CaptchaResult
Common result type returned by captcha providers.