UnlinkPersonaRequest class

Request to remove a Recall token linking PGS principal and an in-game account

Constructors

UnlinkPersonaRequest({String? persona, String? sessionId, String? token})
UnlinkPersonaRequest.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
persona String?
Value of the 'persona' field as it was provided by the client in LinkPersona RPC
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application.
getter/setter pair
token String?
Value of the Recall token as it was provided by the client in LinkPersona RPC
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited