IdentityServiceAuthMethod constructor
      
      IdentityServiceAuthMethod({ 
    
    
- IdentityServiceAzureADConfig? azureadConfig,
- IdentityServiceGoogleConfig? googleConfig,
- IdentityServiceLdapConfig? ldapConfig,
- String? name,
- IdentityServiceOidcConfig? oidcConfig,
- String? proxy,
- IdentityServiceSamlConfig? samlConfig,
Implementation
IdentityServiceAuthMethod({
  this.azureadConfig,
  this.googleConfig,
  this.ldapConfig,
  this.name,
  this.oidcConfig,
  this.proxy,
  this.samlConfig,
});