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

UnlinkPersonaRequest

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

Request to remove a Recall token linking PGS principal and an in-game account

interface UnlinkPersonaRequest {
persona?: string;
sessionId?: string;
token?: string;
}

§Properties

§
persona?: string
[src]

Value of the 'persona' field as it was provided by the client in LinkPersona RPC

§
sessionId?: string
[src]

Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application.

§
token?: string
[src]

Value of the Recall token as it was provided by the client in LinkPersona RPC