public sealed class FinishOAuthRequest.Types.GoogleOAuthParams : IMessage<FinishOAuthRequest.Types.GoogleOAuthParams>, IEquatable<FinishOAuthRequest.Types.GoogleOAuthParams>, IDeepCloneable<FinishOAuthRequest.Types.GoogleOAuthParams>, IBufferMessage, IMessageReference documentation and code samples for the Developer Connect v1 API class FinishOAuthRequest.Types.GoogleOAuthParams.
The params returned by Google OAuth flow redirects.
Implements
IMessageFinishOAuthRequestTypesGoogleOAuthParams, IEquatableFinishOAuthRequestTypesGoogleOAuthParams, IDeepCloneableFinishOAuthRequestTypesGoogleOAuthParams, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
GoogleOAuthParams()
public GoogleOAuthParams()GoogleOAuthParams(GoogleOAuthParams)
public GoogleOAuthParams(FinishOAuthRequest.Types.GoogleOAuthParams other)| Parameter | |
|---|---|
| Name | Description |
other |
FinishOAuthRequestTypesGoogleOAuthParams |
Properties
Scopes
public RepeatedField<string> Scopes { get; }Required. The scopes returned by Google OAuth flow.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Ticket
public string Ticket { get; set; }Required. The ticket to be used for post processing the callback from Google OAuth flow.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VersionInfo
public string VersionInfo { get; set; }Optional. The version info returned by Google OAuth flow.
| Property Value | |
|---|---|
| Type | Description |
string |
|