Developer Connect v1 API - Class FinishOAuthResponse (1.0.0-beta04)

public sealed class FinishOAuthResponse : IMessage<FinishOAuthResponse>, IEquatable<FinishOAuthResponse>, IDeepCloneable<FinishOAuthResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Developer Connect v1 API class FinishOAuthResponse.

Message for responding to finishing an OAuth flow.

Inheritance

object > FinishOAuthResponse

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

Google.Cloud.DeveloperConnect.V1.dll

Constructors

FinishOAuthResponse()

public FinishOAuthResponse()

FinishOAuthResponse(FinishOAuthResponse)

public FinishOAuthResponse(FinishOAuthResponse other)
Parameter
Name Description
other FinishOAuthResponse

Properties

ExchangeError

public ExchangeError ExchangeError { get; set; }

The error resulted from exchanging OAuth tokens from the service provider.

Property Value
Type Description
ExchangeError