Authentication constructor

Authentication({
  1. List<AuthenticationRule> rules = const [],
  2. List<AuthProvider> providers = const [],
})

Implementation

Authentication({this.rules = const [], this.providers = const []})
  : super(fullyQualifiedName);