AuthConfig constructor

AuthConfig({
  1. AuthConfig_ApiKeyConfig? apiKeyConfig,
  2. AuthConfig_HttpBasicAuthConfig? httpBasicAuthConfig,
  3. AuthConfig_GoogleServiceAccountConfig? googleServiceAccountConfig,
  4. AuthConfig_OauthConfig? oauthConfig,
  5. AuthConfig_OidcConfig? oidcConfig,
  6. AuthType authType = AuthType.$default,
})

Implementation

AuthConfig({
  this.apiKeyConfig,
  this.httpBasicAuthConfig,
  this.googleServiceAccountConfig,
  this.oauthConfig,
  this.oidcConfig,
  this.authType = AuthType.$default,
}) : super(fullyQualifiedName);