Interface RetrieveLegacySecretKeyResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RetrieveLegacySecretKeyResponse
,RetrieveLegacySecretKeyResponse.Builder
public interface RetrieveLegacySecretKeyResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLegacySecretKey
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. The secret key needs to be kept safe for security purposes.
string legacy_secret_key = 1;
- Returns:
- The legacySecretKey.
-
getLegacySecretKeyBytes
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;
- Returns:
- The bytes for legacySecretKey.
-
-