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

t()

@type t() :: %GoogleApi.PlayIntegrity.V1.Model.DecodeIntegrityTokenRequest{
  integrityToken: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.