Google Cloud reCAPTCHA Enterprise v1 API - Class RetrieveLegacySecretKeyResponse (2.12.0)

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.

Inheritance

object > RetrieveLegacySecretKeyResponse

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

RetrieveLegacySecretKeyResponse()

public RetrieveLegacySecretKeyResponse()

RetrieveLegacySecretKeyResponse(RetrieveLegacySecretKeyResponse)

public RetrieveLegacySecretKeyResponse(RetrieveLegacySecretKeyResponse other)
Parameter
NameDescription
otherRetrieveLegacySecretKeyResponse

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
TypeDescription
string