Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>
RecallResource.GamesPlayerTokensRequest
Implements
IClientServiceRequest<RetrieveGamesPlayerTokensResponse>
IClientServiceRequest
Inherited Members
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.Xgafv
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.AccessToken
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.Alt
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.Callback
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.Fields
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.Key
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.OauthToken
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.PrettyPrint
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.QuotaUser
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.UploadType
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.UploadProtocol
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.Execute()
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.ExecuteAsStream()
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.ExecuteAsync()
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.CreateRequest(bool?)
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.GenerateRequestUri()
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.GetBody()
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.GetDefaultETagAction(string)
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.ETagAction
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.ModifyRequest
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.ValidateParameters
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.ApiVersion
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.RequestParameters
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<RetrieveGamesPlayerTokensResponse>.RestPath

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()
Overrides
GamesBaseServiceRequest<RetrieveGamesPlayerTokensResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX