View Source GoogleApi.PlayIntegrity.V1.Model.DecodeIntegrityTokenRequest (google_api_play_integrity v0.11.0)
Request to decode the integrity token.
Attributes
-
integrityToken
(type:String.t
, default:nil
) - Encoded integrity token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayIntegrity.V1.Model.DecodeIntegrityTokenRequest{ integrityToken: String.t() | nil }