AuthConfig class
AuthConfig defines details of a authentication type.
Constructors
-
AuthConfig({List<
ConfigVariable> ? additionalVariables, String? authKey, String? authType, Oauth2AuthCodeFlow? oauth2AuthCodeFlow, Oauth2ClientCredentials? oauth2ClientCredentials, Oauth2JwtBearer? oauth2JwtBearer, SshPublicKey? sshPublicKey, UserPassword? userPassword}) - AuthConfig.fromJson(Map json_)
Properties
-
additionalVariables
↔ List<
ConfigVariable> ? -
List containing additional auth configs.
getter/setter pair
- authKey ↔ String?
-
Identifier key for auth config
getter/setter pair
- authType ↔ String?
-
The type of authentication configured.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- oauth2AuthCodeFlow ↔ Oauth2AuthCodeFlow?
-
Oauth2AuthCodeFlow.
getter/setter pair
- oauth2ClientCredentials ↔ Oauth2ClientCredentials?
-
Oauth2ClientCredentials.
getter/setter pair
- oauth2JwtBearer ↔ Oauth2JwtBearer?
-
Oauth2JwtBearer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sshPublicKey ↔ SshPublicKey?
-
SSH Public Key.
getter/setter pair
- userPassword ↔ UserPassword?
-
UserPassword.
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