View Source GoogleApi.Games.V1.Model.RecallToken (google_api_games v0.24.0)

Recall token data returned from RetrievePlayerTokens RPC

Attributes

  • expireTime (type: DateTime.t, default: nil) - Optional. Optional expiration time of the token
  • multiPlayerPersona (type: boolean(), default: nil) - Required. Whether the persona identified by the token is linked to multiple PGS Players
  • token (type: String.t, default: nil) - Required. Value of the Recall token as it is provided by the client via LinkPersona RPC

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Games.V1.Model.RecallToken{
  expireTime: DateTime.t() | nil,
  multiPlayerPersona: boolean() | nil,
  token: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.