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

ApplicationVerifyResponse

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

A third party application verification response resource.

interface ApplicationVerifyResponse {
alternate_player_id?: string;
kind?: string;
player_id?: string;
}

§Properties

§
alternate_player_id?: string
[src]

An alternate ID that was once used for the player that was issued the auth token used in this request. (This field is not normally populated.)

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string games#applicationVerifyResponse.

§
player_id?: string
[src]

The ID of the player that was issued the auth token used in this request.