Class UnlinkPersonaRequest
Request to remove a Recall token linking PGS principal and an in-game account
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class UnlinkPersonaRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Persona
Value of the 'persona' field as it was provided by the client in LinkPersona RPC
Declaration
[JsonProperty("persona")]
public virtual string Persona { get; set; }
Property Value
Type | Description |
---|---|
string |
SessionId
Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application.
Declaration
[JsonProperty("sessionId")]
public virtual string SessionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Token
Value of the Recall token as it was provided by the client in LinkPersona RPC
Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
Type | Description |
---|---|
string |