GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials constructor

GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials({
  1. String? clientId,
  2. GoogleCloudConnectorsV1Secret? clientSecret,
})

Implementation

GoogleCloudConnectorsV1AuthConfigOauth2ClientCredentials({
  this.clientId,
  this.clientSecret,
});