class Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeRecaptchaTokenRequest

Request message for the ExchangeRecaptchaToken method.

Attributes

recaptcha_token[RW]

The reCAPTCHA token as returned by the [reCAPTCHA v3 JavaScript API](https:// developers.google.com/recaptcha/docs/v3). Corresponds to the JSON property `recaptchaToken` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firebaseappcheck_v1beta/classes.rb, line 510
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/firebaseappcheck_v1beta/classes.rb, line 515
def update!(**args)
  @recaptcha_token = args[:recaptcha_token] if args.key?(:recaptcha_token)
end