RecallGamesPlayerTokensOptions
import type { RecallGamesPlayerTokensOptions } from "https://googleapis.deno.dev/v1/games:v1.ts";
Additional options for Games#recallGamesPlayerTokens.
interface RecallGamesPlayerTokensOptions {
applicationIds?: string;
}