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

PlayGroupingApiToken

import type { PlayGroupingApiToken } from "https://googleapis.deno.dev/v1/games:v1.ts";

Token data returned from GeneratePlayGroupingApiToken RPC.

interface PlayGroupingApiToken {
tokenValue?: string;
}

§Properties

§
tokenValue?: string
[src]

Value of the token.