Interface RetrieveLegacySecretKeyResponseOrBuilder (3.15.0)

public interface RetrieveLegacySecretKeyResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLegacySecretKey()

public abstract 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
TypeDescription
String

The legacySecretKey.

getLegacySecretKeyBytes()

public abstract 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
TypeDescription
ByteString

The bytes for legacySecretKey.