Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeRecaptchaEnterpriseTokenRequest
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeRecaptchaEnterpriseTokenRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebaseappcheck_v1beta/classes.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb
Overview
Request message for the ExchangeRecaptchaEnterpriseToken method.
Instance Attribute Summary collapse
-
#recaptcha_enterprise_token ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaExchangeRecaptchaEnterpriseTokenRequest
constructor
A new instance of GoogleFirebaseAppcheckV1betaExchangeRecaptchaEnterpriseTokenRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaExchangeRecaptchaEnterpriseTokenRequest
Returns a new instance of GoogleFirebaseAppcheckV1betaExchangeRecaptchaEnterpriseTokenRequest.
608 609 610 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 608 def initialize(**args) update!(**args) end |
Instance Attribute Details
#recaptcha_enterprise_token ⇒ String
Required. The reCAPTCHA token as returned by the reCAPTCHA Enterprise
JavaScript API.
Corresponds to the JSON property recaptchaEnterpriseToken
606 607 608 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 606 def recaptcha_enterprise_token @recaptcha_enterprise_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
613 614 615 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 613 def update!(**args) @recaptcha_enterprise_token = args[:recaptcha_enterprise_token] if args.key?(:recaptcha_enterprise_token) end |