GoogleCloudApihubV1Oauth2ClientCredentialsConfig constructor

GoogleCloudApihubV1Oauth2ClientCredentialsConfig({
  1. String? clientId,
  2. GoogleCloudApihubV1Secret? clientSecret,
})

Implementation

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