public sealed class FinishOAuthRequest.Types.OAuthParams : IMessage<FinishOAuthRequest.Types.OAuthParams>, IEquatable<FinishOAuthRequest.Types.OAuthParams>, IDeepCloneable<FinishOAuthRequest.Types.OAuthParams>, IBufferMessage, IMessageReference documentation and code samples for the Developer Connect v1 API class FinishOAuthRequest.Types.OAuthParams.
The params returned by non-Google OAuth 2.0 flow redirect.
Implements
IMessageFinishOAuthRequestTypesOAuthParams, IEquatableFinishOAuthRequestTypesOAuthParams, IDeepCloneableFinishOAuthRequestTypesOAuthParams, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
OAuthParams()
public OAuthParams()OAuthParams(OAuthParams)
public OAuthParams(FinishOAuthRequest.Types.OAuthParams other)| Parameter | |
|---|---|
| Name | Description |
other |
FinishOAuthRequestTypesOAuthParams |
Properties
Code
public string Code { get; set; }Required. The code to be used for getting the token from SCM provider.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Ticket
public string Ticket { get; set; }Required. The ticket to be used for post processing the callback from SCM provider.
| Property Value | |
|---|---|
| Type | Description |
string |
|