GoogleCloudApihubV1AuthConfig constructor
GoogleCloudApihubV1AuthConfig({
- GoogleCloudApihubV1ApiKeyConfig? apiKeyConfig,
- String? authType,
- GoogleCloudApihubV1GoogleServiceAccountConfig? googleServiceAccountConfig,
- GoogleCloudApihubV1Oauth2ClientCredentialsConfig? oauth2ClientCredentialsConfig,
- GoogleCloudApihubV1UserPasswordConfig? userPasswordConfig,
Implementation
GoogleCloudApihubV1AuthConfig({
this.apiKeyConfig,
this.authType,
this.googleServiceAccountConfig,
this.oauth2ClientCredentialsConfig,
this.userPasswordConfig,
});