You are here

private property RequestParameters::$response in reCAPTCHA 8.2

Same name and namespace in other branches
  1. 6.2 recaptcha-php/src/ReCaptcha/RequestParameters.php \ReCaptcha\RequestParameters::response
  2. 7.2 recaptcha-php/src/ReCaptcha/RequestParameters.php \ReCaptcha\RequestParameters::response

The user response token provided by reCAPTCHA, verifying the user on your site.

Type: string

File

recaptcha-php/src/ReCaptcha/RequestParameters.php, line 44

Class

RequestParameters
Stores and formats the parameters for the request to the reCAPTCHA service.

Namespace

ReCaptcha

Code

private $response;