Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeRecaptchaV3TokenRequest
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeRecaptchaV3TokenRequest
- 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 ExchangeRecaptchaV3Token method.
Instance Attribute Summary collapse
-
#recaptcha_v3_token ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaExchangeRecaptchaV3TokenRequest
constructor
A new instance of GoogleFirebaseAppcheckV1betaExchangeRecaptchaV3TokenRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaExchangeRecaptchaV3TokenRequest
Returns a new instance of GoogleFirebaseAppcheckV1betaExchangeRecaptchaV3TokenRequest.
606 607 608 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 606 def initialize(**args) update!(**args) end |
Instance Attribute Details
#recaptcha_v3_token ⇒ String
Required. The reCAPTCHA token as returned by the reCAPTCHA v3 JavaScript API.
Corresponds to the JSON property recaptchaV3Token
604 605 606 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 604 def recaptcha_v3_token @recaptcha_v3_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
611 612 613 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 611 def update!(**args) @recaptcha_v3_token = args[:recaptcha_v3_token] if args.key?(:recaptcha_v3_token) end |