AuthConfig class final
Auth configuration to run the extension.
- Inheritance
-
- Object
- ProtoMessage
- AuthConfig
Constructors
- AuthConfig({AuthConfig_ApiKeyConfig? apiKeyConfig, AuthConfig_HttpBasicAuthConfig? httpBasicAuthConfig, AuthConfig_GoogleServiceAccountConfig? googleServiceAccountConfig, AuthConfig_OauthConfig? oauthConfig, AuthConfig_OidcConfig? oidcConfig, AuthType authType = AuthType.$default})
-
AuthConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- apiKeyConfig → AuthConfig_ApiKeyConfig?
-
Config for API key auth.
final
- authType → AuthType
-
Type of auth scheme.
final
- googleServiceAccountConfig → AuthConfig_GoogleServiceAccountConfig?
-
Config for Google Service Account auth.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpBasicAuthConfig → AuthConfig_HttpBasicAuthConfig?
-
Config for HTTP Basic auth.
final
- oauthConfig → AuthConfig_OauthConfig?
-
Config for user oauth.
final
- oidcConfig → AuthConfig_OidcConfig?
-
Config for user OIDC auth.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String