View Source GoogleApi.PlayIntegrity.V1.Model.DecodeIntegrityTokenResponse (google_api_play_integrity v0.11.0)

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

t()

@type t() :: %GoogleApi.PlayIntegrity.V1.Model.DecodeIntegrityTokenResponse{
  tokenPayloadExternal:
    GoogleApi.PlayIntegrity.V1.Model.TokenPayloadExternal.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.