Class: Google::Cloud::RecaptchaEnterprise::V1::RetrieveLegacySecretKeyResponse
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::RetrieveLegacySecretKeyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Secret key is used only in legacy reCAPTCHA. It must be used in a 3rd party integration with legacy reCAPTCHA.
Instance Attribute Summary collapse
-
#legacy_secret_key ⇒ ::String
The secret key (also known as shared secret) authorizes communication between your application backend and the reCAPTCHA Enterprise server to create an assessment.
Instance Attribute Details
#legacy_secret_key ⇒ ::String
Returns 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.
1250 1251 1252 1253 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1250 class RetrieveLegacySecretKeyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |