Authentication constructor
Authentication({
- List<
AuthProvider> ? providers, - List<
AuthenticationRule> ? rules,
Implementation
Authentication({
this.providers,
this.rules,
});