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

TwoCaptcha.Internal.Types.KeyCaptcha

Synopsis

Documentation

keyCaptcha :: KeyCaptcha Source #

Parameters used to solve a KeyCaptcha.

Required parameters:

Optional parameters:

userId :: Lens' KeyCaptcha (Maybe Text) Source #

Value of s_s_c_user_id parameter you found on page.

sessionId :: Lens' KeyCaptcha (Maybe Text) Source #

Value of s_s_c_session_id parameter you found on page.

webServerSign :: Lens' KeyCaptcha (Maybe Text) Source #

Value of s_s_c_web_server_sign parameter you found on page.

webServerSign2 :: Lens' KeyCaptcha (Maybe Text) Source #

Value of s_s_c_web_server_sign2 parameter you found on page.