View Source GoogleApi.PlayIntegrity.V1.Model.RequestDetails (google_api_play_integrity v0.9.0)

Contains the integrity request information.

Attributes

  • nonce (type: String.t, default: nil) - Nonce that was provided in the request (which is base64 web-safe no-wrap).
  • requestHash (type: String.t, default: nil) - Request hash that was provided in the request.
  • requestPackageName (type: String.t, default: nil) - Required. Application package name this attestation was requested for. Note: This field makes no guarantees or promises on the caller integrity. For details on application integrity, check application_integrity.
  • timestampMillis (type: String.t, default: nil) - Required. Timestamp, in milliseconds, of the integrity application request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PlayIntegrity.V1.Model.RequestDetails{
  nonce: String.t() | nil,
  requestHash: String.t() | nil,
  requestPackageName: String.t() | nil,
  timestampMillis: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.