Class RecallResource.GamesPlayerTokensRequest
Retrieve the Recall tokens from all requested games that is associated with the PGS Player encoded in the provided recall session id. The API is only available for users that have an active PGS Player profile.
Inheritance
RecallResource.GamesPlayerTokensRequest
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RecallResource.GamesPlayerTokensRequest : GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>, IClientServiceRequest<RetrieveGamesPlayerTokensResponse>, IClientServiceRequest
Constructors
GamesPlayerTokensRequest(IClientService, string)
Constructs a new GamesPlayerTokens request.
Declaration
public GamesPlayerTokensRequest(IClientService service, string sessionId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | sessionId |
Properties
ApplicationIds
Required. The application IDs from the Google Play developer console for the games to return scoped ids for.
Declaration
[RequestParameter("applicationIds", RequestParameterType.Query)]
public virtual Repeatable<string> ApplicationIds { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
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 GamesPlayerTokens parameter list.
Declaration
protected override void InitParameters()