public interface RetrieveLegacySecretKeyResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLegacySecretKey()
The secret key (also known as shared secret) authorizes communication
between your application backend and the reCAPTCHA Enterprise server to
create an assessment.
|
com.google.protobuf.ByteString |
getLegacySecretKeyBytes()
The secret key (also known as shared secret) authorizes communication
between your application backend and the reCAPTCHA Enterprise server to
create an assessment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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.
string legacy_secret_key = 1;com.google.protobuf.ByteString getLegacySecretKeyBytes()
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.
string legacy_secret_key = 1;Copyright © 2025 Google LLC. All rights reserved.