Class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebaseappcheck_v1/classes.rb,
lib/google/apis/firebaseappcheck_v1/representations.rb,
lib/google/apis/firebaseappcheck_v1/representations.rb
Overview
Request message for the ExchangeRecaptchaEnterpriseToken method.
Instance Attribute Summary collapse
-
#recaptcha_enterprise_token ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest
constructor
A new instance of GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest
Returns a new instance of GoogleFirebaseAppcheckV1ExchangeRecaptchaEnterpriseTokenRequest.
546 547 548 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 546 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
544 545 546 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 544 def recaptcha_enterprise_token @recaptcha_enterprise_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
551 552 553 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 551 def update!(**args) @recaptcha_enterprise_token = args[:recaptcha_enterprise_token] if args.key?(:recaptcha_enterprise_token) end |