RetrieveGamesPlayerTokensResponse
import type { RetrieveGamesPlayerTokensResponse } from "https://googleapis.deno.dev/v1/games:v1.ts";
A list of recall token data returned from the RetrieveGamesPlayerTokens RPC
interface RetrieveGamesPlayerTokensResponse {
gamePlayerTokens?: GamePlayerToken[];
}§Properties
§
gamePlayerTokens?: GamePlayerToken[]
[src]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.