EndUserAuthenticationConfig constructor
      
      EndUserAuthenticationConfig({ 
    
    
- List<EndUserAuthenticationConfigVariable> ? additionalVariables,
- String? authKey,
- String? authType,
- EndUserAuthenticationConfigOauth2AuthCodeFlow? oauth2AuthCodeFlow,
- EndUserAuthenticationConfigOauth2AuthCodeFlowGoogleManaged? oauth2AuthCodeFlowGoogleManaged,
- EndUserAuthenticationConfigOauth2ClientCredentials? oauth2ClientCredentials,
- EndUserAuthenticationConfigOauth2JwtBearer? oauth2JwtBearer,
- EndUserAuthenticationConfigSshPublicKey? sshPublicKey,
- EndUserAuthenticationConfigUserPassword? userPassword,
Implementation
EndUserAuthenticationConfig({
  this.additionalVariables,
  this.authKey,
  this.authType,
  this.oauth2AuthCodeFlow,
  this.oauth2AuthCodeFlowGoogleManaged,
  this.oauth2ClientCredentials,
  this.oauth2JwtBearer,
  this.sshPublicKey,
  this.userPassword,
});