Method: recall.retrieveTokens

Retrieve all Recall tokens associated with the PGS Player encoded in the provided recall session id. The API is only available for users that have active PGS Player profile.

HTTP request

GET https://games.googleapis.com/games/v1/recall/tokens/{sessionId}

Path parameters

Parameters
sessionId

string

Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application.

Request body

The request body must be empty.

Response body

Response for the recall.retrieveTokens RPC

If successful, the response body contains data with the following structure:

JSON representation
{
  "tokens": [
    {
      object (RecallToken)
    }
  ]
}
Fields
tokens[]

object (RecallToken)

Required. Recall tokens associated with the requested PGS Player principal

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/androidpublisher

For more information, see the OAuth 2.0 Overview.