public sealed class FinishOAuthRequest : IMessage<FinishOAuthRequest>, IEquatable<FinishOAuthRequest>, IDeepCloneable<FinishOAuthRequest>, IBufferMessage, IMessageReference documentation and code samples for the Developer Connect v1 API class FinishOAuthRequest.
Message for finishing an OAuth flow.
Implements
IMessageFinishOAuthRequest, IEquatableFinishOAuthRequest, IDeepCloneableFinishOAuthRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
FinishOAuthRequest()
public FinishOAuthRequest()FinishOAuthRequest(FinishOAuthRequest)
public FinishOAuthRequest(FinishOAuthRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
FinishOAuthRequest |
Properties
AccountConnector
public string AccountConnector { get; set; }Required. The resource name of the AccountConnector in the format
projects/*/locations/*/accountConnectors/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AccountConnectorAsAccountConnectorName
public AccountConnectorName AccountConnectorAsAccountConnectorName { get; set; }AccountConnectorName-typed view over the AccountConnector resource name property.
| Property Value | |
|---|---|
| Type | Description |
AccountConnectorName |
|
GoogleOauthParams
public FinishOAuthRequest.Types.GoogleOAuthParams GoogleOauthParams { get; set; }The params returned by Google OAuth flow redirects.
| Property Value | |
|---|---|
| Type | Description |
FinishOAuthRequestTypesGoogleOAuthParams |
|
OauthParams
public FinishOAuthRequest.Types.OAuthParams OauthParams { get; set; }The params returned by non-Google OAuth 2.0 flow redirect.
| Property Value | |
|---|---|
| Type | Description |
FinishOAuthRequestTypesOAuthParams |
|
ParamsCase
public FinishOAuthRequest.ParamsOneofCase ParamsCase { get; }| Property Value | |
|---|---|
| Type | Description |
FinishOAuthRequestParamsOneofCase |
|