GoogleCloudApihubV1AuthConfig constructor

GoogleCloudApihubV1AuthConfig({
  1. GoogleCloudApihubV1ApiKeyConfig? apiKeyConfig,
  2. String? authType,
  3. GoogleCloudApihubV1GoogleServiceAccountConfig? googleServiceAccountConfig,
  4. GoogleCloudApihubV1Oauth2ClientCredentialsConfig? oauth2ClientCredentialsConfig,
  5. GoogleCloudApihubV1UserPasswordConfig? userPasswordConfig,
})

Implementation

GoogleCloudApihubV1AuthConfig({
  this.apiKeyConfig,
  this.authType,
  this.googleServiceAccountConfig,
  this.oauth2ClientCredentialsConfig,
  this.userPasswordConfig,
});