IdentityServiceAuthMethod constructor

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

Implementation

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