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.
data
array
Optional. Data for populating the Message object.
↳ account_connector
string
Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*
.
getAccountConnector
Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*
.
string
setAccountConnector
Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*
.
var
string
$this
static::build
accountConnector
string
Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*
. Please see DeveloperConnectClient::accountConnectorName()
for help formatting this field.