Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AccountConnectorsResource.UsersResource.FinishOAuthFlowRequest

Finishes OAuth flow for an account connector.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<FinishOAuthResponse>
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>
ProjectsResource.LocationsResource.AccountConnectorsResource.UsersResource.FinishOAuthFlowRequest
Implements
IClientServiceRequest<FinishOAuthResponse>
IClientServiceRequest
Inherited Members
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.Xgafv
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.AccessToken
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.Alt
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.Callback
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.Fields
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.Key
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.OauthToken
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.PrettyPrint
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.QuotaUser
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.UploadType
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.UploadProtocol
ClientServiceRequest<FinishOAuthResponse>.Execute()
ClientServiceRequest<FinishOAuthResponse>.ExecuteAsStream()
ClientServiceRequest<FinishOAuthResponse>.ExecuteAsync()
ClientServiceRequest<FinishOAuthResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<FinishOAuthResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<FinishOAuthResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<FinishOAuthResponse>.CreateRequest(bool?)
ClientServiceRequest<FinishOAuthResponse>.GenerateRequestUri()
ClientServiceRequest<FinishOAuthResponse>.GetBody()
ClientServiceRequest<FinishOAuthResponse>.GetDefaultETagAction(string)
ClientServiceRequest<FinishOAuthResponse>.ETagAction
ClientServiceRequest<FinishOAuthResponse>.ModifyRequest
ClientServiceRequest<FinishOAuthResponse>.ValidateParameters
ClientServiceRequest<FinishOAuthResponse>.ApiVersion
ClientServiceRequest<FinishOAuthResponse>.RequestParameters
ClientServiceRequest<FinishOAuthResponse>.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.DeveloperConnect.v1
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AccountConnectorsResource.UsersResource.FinishOAuthFlowRequest : DeveloperConnectBaseServiceRequest<FinishOAuthResponse>, IClientServiceRequest<FinishOAuthResponse>, IClientServiceRequest

Constructors

FinishOAuthFlowRequest(IClientService, string)

Constructs a new FinishOAuthFlow request.

Declaration
public FinishOAuthFlowRequest(IClientService service, string accountConnector)
Parameters
Type Name Description
IClientService service
string accountConnector

Properties

AccountConnector

Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*.

Declaration
[RequestParameter("accountConnector", RequestParameterType.Path)]
public virtual string AccountConnector { get; }
Property Value
Type Description
string

GoogleOauthParamsScopes

Required. The scopes returned by Google OAuth flow.

Declaration
[RequestParameter("googleOauthParams.scopes", RequestParameterType.Query)]
public virtual Repeatable<string> GoogleOauthParamsScopes { get; set; }
Property Value
Type Description
Repeatable<string>

GoogleOauthParamsTicket

Required. The ticket to be used for post processing the callback from Google OAuth flow.

Declaration
[RequestParameter("googleOauthParams.ticket", RequestParameterType.Query)]
public virtual string GoogleOauthParamsTicket { get; set; }
Property Value
Type Description
string

GoogleOauthParamsVersionInfo

Optional. The version info returned by Google OAuth flow.

Declaration
[RequestParameter("googleOauthParams.versionInfo", RequestParameterType.Query)]
public virtual string GoogleOauthParamsVersionInfo { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OauthParamsCode

Required. The code to be used for getting the token from SCM provider.

Declaration
[RequestParameter("oauthParams.code", RequestParameterType.Query)]
public virtual string OauthParamsCode { get; set; }
Property Value
Type Description
string

OauthParamsTicket

Required. The ticket to be used for post processing the callback from SCM provider.

Declaration
[RequestParameter("oauthParams.ticket", RequestParameterType.Query)]
public virtual string OauthParamsTicket { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes FinishOAuthFlow parameter list.

Declaration
protected override void InitParameters()
Overrides
DeveloperConnectBaseServiceRequest<FinishOAuthResponse>.InitParameters()

Implements

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