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

RecallToken

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

Recall token data returned from RetrievePlayerTokens RPC

interface RecallToken {
expireTime?: Date;
multiPlayerPersona?: boolean;
token?: string;
}

§Properties

§
expireTime?: Date
[src]

Optional. Optional expiration time of the token

§
multiPlayerPersona?: boolean
[src]

Required. Whether the persona identified by the token is linked to multiple PGS Players

§
token?: string
[src]

Required. Value of the Recall token as it is provided by the client via LinkPersona RPC