Interface RetrieveLegacySecretKeyResponseOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.