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

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 principal 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