Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class FinishOAuthResponse.
Message for responding to finishing an OAuth flow.
Generated from protobuf message google.cloud.developerconnect.v1.FinishOAuthResponse
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ exchange_error |
ExchangeError
The error resulted from exchanging OAuth tokens from the service provider. |
getExchangeError
The error resulted from exchanging OAuth tokens from the service provider.
| Returns | |
|---|---|
| Type | Description |
ExchangeError|null |
|
hasExchangeError
clearExchangeError
setExchangeError
The error resulted from exchanging OAuth tokens from the service provider.
| Parameter | |
|---|---|
| Name | Description |
var |
ExchangeError
|
| Returns | |
|---|---|
| Type | Description |
$this |
|