Recall
class Recall extends Resource (View source)
The "recall" collection of methods.
Typical usage is:
$gamesService = new Google\Service\Games(...);
$recall = $gamesService->recall;
Methods
Retrieve the Recall tokens from all requested games that is associated with the PGS Player encoded in the provided recall session id. The API is only available for users that have an active PGS Player profile.
Retrieve the last Recall token from all developer games that is 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.
Associate the PGS Player principal encoded in the provided recall session id with an in-game account (recall.linkPersona)
Delete all Recall tokens linking the given persona to any player (with or without a profile). (recall.resetPersona)
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. (recall.retrieveTokens)
Delete a Recall token linking the PGS Player principal identified by the Recall session and an in-game account identified either by the 'persona' or by the token value. (recall.unlinkPersona)
Details
RetrieveGamesPlayerTokensResponse
gamesPlayerTokens(string $sessionId, array $optParams = [])
Retrieve the Recall tokens from all requested games that is associated with the PGS Player encoded in the provided recall session id. The API is only available for users that have an active PGS Player profile.
(recall.gamesPlayerTokens)
RetrieveDeveloperGamesLastPlayerTokenResponse
lastTokenFromAllDeveloperGames(string $sessionId, array $optParams = [])
Retrieve the last Recall token from all developer games that is 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.
(recall.lastTokenFromAllDeveloperGames)
LinkPersonaResponse
linkPersona(LinkPersonaRequest $postBody, array $optParams = [])
Associate the PGS Player principal encoded in the provided recall session id with an in-game account (recall.linkPersona)
ResetPersonaResponse
resetPersona(ResetPersonaRequest $postBody, array $optParams = [])
Delete all Recall tokens linking the given persona to any player (with or without a profile). (recall.resetPersona)
RetrievePlayerTokensResponse
retrieveTokens(string $sessionId, array $optParams = [])
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. (recall.retrieveTokens)
UnlinkPersonaResponse
unlinkPersona(UnlinkPersonaRequest $postBody, array $optParams = [])
Delete a Recall token linking the PGS Player principal identified by the Recall session and an in-game account identified either by the 'persona' or by the token value. (recall.unlinkPersona)