public sealed class FinishOAuthResponse : IMessage<FinishOAuthResponse>, IEquatable<FinishOAuthResponse>, IDeepCloneable<FinishOAuthResponse>, IBufferMessage, IMessageReference documentation and code samples for the Developer Connect v1 API class FinishOAuthResponse.
Message for responding to finishing an OAuth flow.
Implements
IMessageFinishOAuthResponse, IEquatableFinishOAuthResponse, IDeepCloneableFinishOAuthResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
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 |
|