Class: Google::Apis::PlayintegrityV1::DecodeIntegrityTokenResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/playintegrity_v1/classes.rb,
lib/google/apis/playintegrity_v1/representations.rb,
lib/google/apis/playintegrity_v1/representations.rb

Overview

Response containing the decoded integrity payload.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DecodeIntegrityTokenResponse

Returns a new instance of DecodeIntegrityTokenResponse.



144
145
146
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 144

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

Instance Attribute Details

#token_payload_externalGoogle::Apis::PlayintegrityV1::TokenPayloadExternal

Contains basic app information and integrity signals like device attestation and licensing details. Corresponds to the JSON property tokenPayloadExternal



142
143
144
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 142

def token_payload_external
  @token_payload_external
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



149
150
151
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 149

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