Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class FetchAccessTokenRequest.
Message for fetching an OAuth access token.
Generated from protobuf message google.cloud.developerconnect.v1.FetchAccessTokenRequest
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ account_connector |
string
Required. The resource name of the AccountConnector in the format |
getAccountConnector
Required. The resource name of the AccountConnector in the format
projects/*/locations/*/accountConnectors/*
.
Returns | |
---|---|
Type | Description |
string |
setAccountConnector
Required. The resource name of the AccountConnector in the format
projects/*/locations/*/accountConnectors/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
accountConnector |
string
Required. The resource name of the AccountConnector in the format
|
Returns | |
---|---|
Type | Description |
FetchAccessTokenRequest |