Show / Hide Table of Contents

Class AccountsResource.AuthinfoRequest

Returns information about the authenticated user.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<AccountsAuthInfoResponse>
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>
AccountsResource.AuthinfoRequest
Implements
Google.Apis.Requests.IClientServiceRequest<AccountsAuthInfoResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.Xgafv
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.AccessToken
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.Alt
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.Callback
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.Fields
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.Key
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.OauthToken
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.QuotaUser
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.UploadType
ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class AuthinfoRequest : ShoppingContentBaseServiceRequest<AccountsAuthInfoResponse>, IClientServiceRequest<AccountsAuthInfoResponse>, IClientServiceRequest

Constructors

AuthinfoRequest(IClientService)

Constructs a new Authinfo request.

Declaration
public AuthinfoRequest(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.RestPath

Methods

InitParameters()

Initializes Authinfo parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2.Data.AccountsAuthInfoResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top