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