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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |