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

RetrieveDeveloperGamesLastPlayerTokenResponse

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

Recall token data returned from for the RetrieveDeveloperGamesLastPlayerToken RPC

interface RetrieveDeveloperGamesLastPlayerTokenResponse {
token?: RecallToken;
}

§Properties

§

The recall token associated with the requested PGS Player principal. It can be unset if there is no recall token associated with the requested principal.