2captcha-0.1.0.0: Haskell package for easy integration with the 2captcha API.
Safe HaskellNone
LanguageHaskell2010

TwoCaptcha.Internal.Types.FunCaptcha

Synopsis

Documentation

funCaptcha :: FunCaptcha Source #

Parameters used to solve FunCaptcha.

Required parameters:

Optional parameters:

publicKey :: Lens' FunCaptcha (Maybe Text) Source #

Value of pk or data-pkey found on the FunCaptcha page.

surl :: Lens' FunCaptcha (Maybe Text) Source #

Value of surl found on the FunCaptcha page.

customDataField :: Text -> Lens' FunCaptcha (Maybe Text) Source #

Custom data to pass to FunCaptcha.