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

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

Reference 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.

Inheritance

object > FinishOAuthRequest.Types.OAuthParams

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

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