Class ProjectsResource.LocationsResource.AccountConnectorsResource.UsersResource.StartOAuthFlowRequest
Starts OAuth flow for an account connector.
Inheritance
ProjectsResource.LocationsResource.AccountConnectorsResource.UsersResource.StartOAuthFlowRequest
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AccountConnectorsResource.UsersResource.StartOAuthFlowRequest : DeveloperConnectBaseServiceRequest<StartOAuthResponse>, IClientServiceRequest<StartOAuthResponse>, IClientServiceRequest
Constructors
StartOAuthFlowRequest(IClientService, string)
Constructs a new StartOAuthFlow request.
Declaration
public StartOAuthFlowRequest(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 |
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 StartOAuthFlow parameter list.
Declaration
protected override void InitParameters()