GoogleCloudApihubV1AuthConfig class
AuthConfig represents the authentication information.
Constructors
- GoogleCloudApihubV1AuthConfig.new({GoogleCloudApihubV1ApiKeyConfig? apiKeyConfig, String? authType, GoogleCloudApihubV1GoogleServiceAccountConfig? googleServiceAccountConfig, GoogleCloudApihubV1Oauth2ClientCredentialsConfig? oauth2ClientCredentialsConfig, GoogleCloudApihubV1UserPasswordConfig? userPasswordConfig})
- GoogleCloudApihubV1AuthConfig.fromJson(Map json_)
Properties
- apiKeyConfig ↔ GoogleCloudApihubV1ApiKeyConfig?
-
Api Key Config.
getter/setter pair
- authType ↔ String?
-
The authentication type.
getter/setter pair
- googleServiceAccountConfig ↔ GoogleCloudApihubV1GoogleServiceAccountConfig?
-
Google Service Account.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- oauth2ClientCredentialsConfig ↔ GoogleCloudApihubV1Oauth2ClientCredentialsConfig?
-
Oauth2.0 Client Credentials.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userPasswordConfig ↔ GoogleCloudApihubV1UserPasswordConfig?
-
User Password.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited