View Source GoogleApi.PlayIntegrity.V1.Model.DecodeIntegrityTokenResponse (google_api_play_integrity v0.10.1)
Response containing the decoded integrity payload.
Attributes
-
tokenPayloadExternal
(type:GoogleApi.PlayIntegrity.V1.Model.TokenPayloadExternal.t
, default:nil
) - Plain token payload generated from the decoded integrity token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayIntegrity.V1.Model.DecodeIntegrityTokenResponse{ tokenPayloadExternal: GoogleApi.PlayIntegrity.V1.Model.TokenPayloadExternal.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.