GamePlayerTokenCopyimport type { GamePlayerToken } from "https://googleapis.deno.dev/v1/games:v1.ts";Recall tokens for a game. interface GamePlayerToken {applicationId?: string;recallToken?: RecallToken;}§Properties§applicationId?: string[src]The application that this player identifier is for. §recallToken?: RecallToken[src]Recall token data.