keys_legacy_secret_key
Creates, updates, deletes, gets or lists a keys_legacy_secret_key
resource.
Overview
Name | keys_legacy_secret_key |
Type | Resource |
Id | google.recaptchaenterprise.keys_legacy_secret_key |
Fields
Name | Datatype | Description |
---|---|---|
legacySecretKey | 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. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
retrieve_legacy_secret_key | SELECT | keysId, projectsId | Returns the secret key related to the specified public key. You must use the legacy secret key only in a 3rd party integration with legacy reCAPTCHA. |
SELECT
examples
Returns the secret key related to the specified public key. You must use the legacy secret key only in a 3rd party integration with legacy reCAPTCHA.
SELECT
legacySecretKey
FROM google.recaptchaenterprise.keys_legacy_secret_key
WHERE keysId = '{{ keysId }}'
AND projectsId = '{{ projectsId }}';