Google Cloud Recaptcha Enterprise V1 Client - Class RetrieveLegacySecretKeyResponse (1.6.0)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class RetrieveLegacySecretKeyResponse.

Secret key is used only in legacy reCAPTCHA. It must be used in a 3rd party integration with legacy reCAPTCHA.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.RetrieveLegacySecretKeyResponse

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ legacy_secret_key string

The secret key (also known as shared secret) authorizes communication between your application backend and the reCAPTCHA Enterprise server to create an assessment. The secret key needs to be kept safe for security purposes.

getLegacySecretKey

The secret key (also known as shared secret) authorizes communication between your application backend and the reCAPTCHA Enterprise server to create an assessment.

The secret key needs to be kept safe for security purposes.

Returns
TypeDescription
string

setLegacySecretKey

The secret key (also known as shared secret) authorizes communication between your application backend and the reCAPTCHA Enterprise server to create an assessment.

The secret key needs to be kept safe for security purposes.

Parameter
NameDescription
var string
Returns
TypeDescription
$this