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.



172
173
174
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 172

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



170
171
172
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 170

def token_payload_external
  @token_payload_external
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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