AuthConfig constructor
AuthConfig({
- AuthConfig_ApiKeyConfig? apiKeyConfig,
- AuthConfig_HttpBasicAuthConfig? httpBasicAuthConfig,
- AuthConfig_GoogleServiceAccountConfig? googleServiceAccountConfig,
- AuthConfig_OauthConfig? oauthConfig,
- AuthConfig_OidcConfig? oidcConfig,
- AuthType authType = AuthType.$default,
Implementation
AuthConfig({
this.apiKeyConfig,
this.httpBasicAuthConfig,
this.googleServiceAccountConfig,
this.oauthConfig,
this.oidcConfig,
this.authType = AuthType.$default,
}) : super(fullyQualifiedName);