Developer Connect v1 API - Class FinishOAuthRequest.Types.GoogleOAuthParams (1.0.0-beta04)

public sealed class FinishOAuthRequest.Types.GoogleOAuthParams : IMessage<FinishOAuthRequest.Types.GoogleOAuthParams>, IEquatable<FinishOAuthRequest.Types.GoogleOAuthParams>, IDeepCloneable<FinishOAuthRequest.Types.GoogleOAuthParams>, IBufferMessage, IMessage

Reference documentation and code samples for the Developer Connect v1 API class FinishOAuthRequest.Types.GoogleOAuthParams.

The params returned by Google OAuth flow redirects.

Inheritance

object > FinishOAuthRequest.Types.GoogleOAuthParams

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

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