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.



178
179
180
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 178

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



176
177
178
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 176

def token_payload_external
  @token_payload_external
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



183
184
185
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 183

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