AuthConfig constructor
      
      AuthConfig({ 
    
    
- List<ConfigVariable> ? additionalVariables,
- String? authKey,
- String? authType,
- Oauth2AuthCodeFlow? oauth2AuthCodeFlow,
- Oauth2AuthCodeFlowGoogleManaged? oauth2AuthCodeFlowGoogleManaged,
- Oauth2ClientCredentials? oauth2ClientCredentials,
- Oauth2JwtBearer? oauth2JwtBearer,
- SshPublicKey? sshPublicKey,
- UserPassword? userPassword,
Implementation
AuthConfig({
  this.additionalVariables,
  this.authKey,
  this.authType,
  this.oauth2AuthCodeFlow,
  this.oauth2AuthCodeFlowGoogleManaged,
  this.oauth2ClientCredentials,
  this.oauth2JwtBearer,
  this.sshPublicKey,
  this.userPassword,
});