class Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeCustomTokenRequest

Request message for the ExchangeCustomToken method.

Attributes

custom_token[RW]

A custom token signed using your project's Admin SDK service account credentials. Corresponds to the JSON property `customToken` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firebaseappcheck_v1beta/classes.rb, line 449
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 454
def update!(**args)
  @custom_token = args[:custom_token] if args.key?(:custom_token)
end