Class RecallResource.RetrieveTokensRequest
Retrieve all Recall tokens associated with the PGS Player encoded in the provided recall session id. The API is only available for users that have active PGS Player profile.
Inheritance
RecallResource.RetrieveTokensRequest
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RecallResource.RetrieveTokensRequest : GamesBaseServiceRequest<RetrievePlayerTokensResponse>, IClientServiceRequest<RetrievePlayerTokensResponse>, IClientServiceRequest
Constructors
RetrieveTokensRequest(IClientService, string)
Constructs a new RetrieveTokens request.
Declaration
public RetrieveTokensRequest(IClientService service, string sessionId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | sessionId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SessionId
Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application.
Declaration
[RequestParameter("sessionId", RequestParameterType.Path)]
public virtual string SessionId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes RetrieveTokens parameter list.
Declaration
protected override void InitParameters()