You are here

private property RequestParameters::$secret in reCAPTCHA 8.2

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

The shared key between your site and reCAPTCHA.

Type: string

File

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

Class

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

Namespace

ReCaptcha

Code

private $secret;