LinkPersonaRequest class

Request to link an in-game account with a PGS principal (encoded in the session id).

Constructors

LinkPersonaRequest({String? cardinalityConstraint, String? conflictingLinksResolutionPolicy, String? expireTime, String? persona, String? sessionId, String? token, String? ttl})
LinkPersonaRequest.fromJson(Map json_)

Properties

cardinalityConstraint String?
Cardinality constraint to observe when linking a persona to a player in the scope of a game.
getter/setter pair
conflictingLinksResolutionPolicy String?
Resolution policy to apply when the linking of a persona to a player would result in violating the specified cardinality constraint.
getter/setter pair
expireTime String?
Input only.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
persona String?
Stable identifier of the in-game account.
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 token to create.
getter/setter pair
ttl String?
Input only.
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