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

ScopedPlayerIds

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

Scoped player identifiers.

interface ScopedPlayerIds {
developerPlayerKey?: string;
gamePlayerId?: string;
}

§Properties

§
developerPlayerKey?: string
[src]

Identifier of the player across all games of the given developer. Every player has the same developer_player_key in all games of one developer. Developer player key changes for the game if the game is transferred to another developer. Note that game_player_id will stay unchanged.

§
gamePlayerId?: string
[src]

Game-scoped player identifier. This is the same id that is returned in GetPlayer game_player_id field.