Authentication constructor
Authentication({
- List<
AuthenticationRule> rules = const [], - List<
AuthProvider> providers = const [],
Implementation
Authentication({this.rules = const [], this.providers = const []})
: super(fullyQualifiedName);