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
Methods |
public __construct( $data = NULL) Constructor.
|
public 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. Generated from protobuf field string legacy_secret_key = 1;
|
public setLegacySecretKey( $var) 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. Generated from protobuf field string legacy_secret_key = 1;
|
Properties |
protected $legacy_secret_key = '' 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. Generated from protobuf field string legacy_secret_key = 1; |
Methods |