RecallResource class
Constructors
- RecallResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
gamesPlayerTokens(
String sessionId, {List< String> ? applicationIds, String? $fields}) → Future<RetrieveGamesPlayerTokensResponse> - Retrieve the Recall tokens from all requested games that is associated with the PGS Player encoded in the provided recall session id.
-
lastTokenFromAllDeveloperGames(
String sessionId, {String? $fields}) → Future< RetrieveDeveloperGamesLastPlayerTokenResponse> - Retrieve the last Recall token from all developer games that is associated with the PGS Player encoded in the provided recall session id.
-
linkPersona(
LinkPersonaRequest request, {String? $fields}) → Future< LinkPersonaResponse> - Associate the PGS Player principal encoded in the provided recall session id with an in-game account
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetPersona(
ResetPersonaRequest request, {String? $fields}) → Future< ResetPersonaResponse> - Delete all Recall tokens linking the given persona to any player (with or without a profile).
-
retrieveTokens(
String sessionId, {String? $fields}) → Future< RetrievePlayerTokensResponse> - Retrieve all Recall tokens associated with the PGS Player encoded in the provided recall session id.
-
toString(
) → String -
A string representation of this object.
inherited
-
unlinkPersona(
UnlinkPersonaRequest request, {String? $fields}) → Future< UnlinkPersonaResponse> - 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.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited