GoogleApi.Games.V1.Model.RetrieveGamesPlayerTokensResponse (google_api_games v0.26.2)
View SourceA list of recall token data returned from the RetrieveGamesPlayerTokens RPC
Attributes
-
gamePlayerTokens
(type:list(GoogleApi.Games.V1.Model.GamePlayerToken.t)
, default:nil
) - The requested applications along with the recall tokens for the player. If the player does not have recall tokens for an application, that application is not included in the response.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.RetrieveGamesPlayerTokensResponse{ gamePlayerTokens: [GoogleApi.Games.V1.Model.GamePlayerToken.t()] | nil }