Class ApplicationsResource.VerifyRequest
Verifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.
Inheritance
ApplicationsResource.VerifyRequest
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ApplicationsResource.VerifyRequest : GamesBaseServiceRequest<ApplicationVerifyResponse>, IClientServiceRequest<ApplicationVerifyResponse>, IClientServiceRequest
Constructors
VerifyRequest(IClientService, string)
Constructs a new Verify request.
Declaration
public VerifyRequest(IClientService service, string applicationId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | applicationId |
Properties
ApplicationId
The application ID from the Google Play developer console.
Declaration
[RequestParameter("applicationId", RequestParameterType.Path)]
public virtual string ApplicationId { get; }
Property Value
Type | Description |
---|---|
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
Methods
InitParameters()
Initializes Verify parameter list.
Declaration
protected override void InitParameters()