public sealed class RetrieveLegacySecretKeyResponse : IMessage<RetrieveLegacySecretKeyResponse>, IEquatable<RetrieveLegacySecretKeyResponse>, IDeepCloneable<RetrieveLegacySecretKeyResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class RetrieveLegacySecretKeyResponse.
Secret key is used only in legacy reCAPTCHA. It must be used in a 3rd party
integration with legacy reCAPTCHA.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference documentation for the `RetrieveLegacySecretKeyResponse` class within the Google Cloud reCAPTCHA Enterprise v1 API."],["The `RetrieveLegacySecretKeyResponse` class is used for retrieving secret keys in legacy reCAPTCHA integrations, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The most current version available for the class is 2.17.0, and past versions from 2.16.0 all the way down to 1.2.0 are also documented here."],["The class contains a `LegacySecretKey` property, which is a string representing the secret key required for communication with the reCAPTCHA Enterprise server for creating assessments."],["The secret key must be kept safe for security purposes as it authorizes communication between the application and the reCAPTCHA server, and is only used for 3rd party integration with legacy reCAPTCHA."]]],[]]