GoogleCloudIntegrationsV1alphaOAuth2ClientCredentials constructor

GoogleCloudIntegrationsV1alphaOAuth2ClientCredentials({
  1. GoogleCloudIntegrationsV1alphaAccessToken? accessToken,
  2. String? clientId,
  3. String? clientSecret,
  4. String? requestType,
  5. String? scope,
  6. String? tokenEndpoint,
  7. GoogleCloudIntegrationsV1alphaParameterMap? tokenParams,
})

Implementation

GoogleCloudIntegrationsV1alphaOAuth2ClientCredentials({
  this.accessToken,
  this.clientId,
  this.clientSecret,
  this.requestType,
  this.scope,
  this.tokenEndpoint,
  this.tokenParams,
});