方法:applications.verify

验证与此请求一起提供的身份验证令牌是否属于指定 ID 的应用,并返回授予该令牌的玩家的 ID。

HTTP 请求

GET https://games.googleapis.com/games/v1/applications/{applicationId}/verify

路径参数

参数
applicationId

字符串

来自 Google Play 开发者控制台的应用 ID。

请求正文

请求正文必须为空。

响应正文

第三方应用验证响应资源。

如果成功,响应正文将包含以下结构的数据

JSON 表示形式
{
  "player_id": string,
  "alternate_player_id": string,
  "kind": string
}
字段
player_id

字符串

为此请求中使用的身份验证令牌颁发的玩家的 ID。

alternate_player_id

字符串

曾经用于为此请求中使用的身份验证令牌颁发的玩家的备用 ID。(此字段通常不会填充。)

kind

字符串

唯一标识此资源的类型。值始终是固定字符串 games#applicationVerifyResponse

授权范围

需要以下 OAuth 范围之一

  • https://www.googleapis.com/auth/games
  • https://www.googleapis.com/auth/games_lite

有关更多信息,请参阅 OAuth 2.0 概述