Class Oauth2Service.TokeninfoRequest
Inheritance
Oauth2Service.TokeninfoRequest
Inherited Members
Namespace: Google.Apis.Oauth2.v2
Assembly: Google.Apis.Oauth2.v2.dll
Syntax
public class Oauth2Service.TokeninfoRequest : Oauth2BaseServiceRequest<Tokeninfo>, IClientServiceRequest<Tokeninfo>, IClientServiceRequest
Constructors
TokeninfoRequest(IClientService)
Constructs a new Tokeninfo request.
Declaration
public TokeninfoRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
AccessToken
Declaration
[RequestParameter("access_token", RequestParameterType.Query)]
public virtual string AccessToken { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Oauth2.v2.Data.Tokeninfo>.HttpMethod
IdToken
Declaration
[RequestParameter("id_token", RequestParameterType.Query)]
public virtual string IdToken { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Oauth2.v2.Data.Tokeninfo>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Oauth2.v2.Data.Tokeninfo>.RestPath
Methods
InitParameters()
Initializes Tokeninfo parameter list.
Declaration
protected override void InitParameters()