GoogleCloudApihubV1AuthConfigTemplate constructor

GoogleCloudApihubV1AuthConfigTemplate({
  1. GoogleCloudApihubV1GoogleServiceAccountConfig? serviceAccount,
  2. List<String>? supportedAuthTypes,
})

Implementation

GoogleCloudApihubV1AuthConfigTemplate({
  this.serviceAccount,
  this.supportedAuthTypes,
});