Show / Hide Table of Contents

Class UnlinkPersonaRequest

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

Inheritance
object
UnlinkPersonaRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX