AccesstokensGeneratePlayGroupingApiTokenOptions
import type { AccesstokensGeneratePlayGroupingApiTokenOptions } from "https://googleapis.deno.dev/v1/games:v1.ts";
Additional options for Games#accesstokensGeneratePlayGroupingApiToken.
interface AccesstokensGeneratePlayGroupingApiTokenOptions {
packageName?: string;
persona?: string;
}§Properties
§
packageName?: string
[src]Required. App package name to generate the token for (e.g. com.example.mygame).
§
persona?: string
[src]Required. Persona to associate with the token. Persona is a developer-provided stable identifier of the user. Must be deterministically generated (e.g. as a one-way hash) from the user account ID and user profile ID (if the app has the concept), according to the developer's own user identity system.