Class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest

Inherits:
Object
  • Object
show all
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 ExchangePlayIntegrityToken method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest

Returns a new instance of GoogleFirebaseAppcheckV1ExchangePlayIntegrityTokenRequest.



525
526
527
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 525

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#play_integrity_tokenString

Required. The integrity verdict response token from Play Integrity issued to your app. Corresponds to the JSON property playIntegrityToken

Returns:

  • (String)


523
524
525
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 523

def play_integrity_token
  @play_integrity_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



530
531
532
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 530

def update!(**args)
  @play_integrity_token = args[:play_integrity_token] if args.key?(:play_integrity_token)
end