Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GamePlayerToken

import 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.