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.
Implements
IMessageRetrieveLegacySecretKeyResponse, IEquatableRetrieveLegacySecretKeyResponse, IDeepCloneableRetrieveLegacySecretKeyResponse, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
RetrieveLegacySecretKeyResponse()
public RetrieveLegacySecretKeyResponse()
RetrieveLegacySecretKeyResponse(RetrieveLegacySecretKeyResponse)
public RetrieveLegacySecretKeyResponse(RetrieveLegacySecretKeyResponse other)
Parameter | |
---|---|
Name | Description |
other | RetrieveLegacySecretKeyResponse |
Properties
LegacySecretKey
public string LegacySecretKey { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |