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

ResetPersonaRequest

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

Request to remove all Recall tokens associated with a persona for an app.

interface ResetPersonaRequest {
persona?: string;
}

§Properties

§
persona?: string
[src]

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