IdentityServiceAuthMethod constructor

IdentityServiceAuthMethod({
  1. IdentityServiceAzureADConfig? azureadConfig,
  2. IdentityServiceGoogleConfig? googleConfig,
  3. IdentityServiceLdapConfig? ldapConfig,
  4. String? name,
  5. IdentityServiceOidcConfig? oidcConfig,
  6. String? proxy,
  7. IdentityServiceSamlConfig? samlConfig,
})

Implementation

IdentityServiceAuthMethod({
  this.azureadConfig,
  this.googleConfig,
  this.ldapConfig,
  this.name,
  this.oidcConfig,
  this.proxy,
  this.samlConfig,
});