Authentication constructor

Authentication({
  1. List<AuthProvider>? providers,
  2. List<AuthenticationRule>? rules,
})

Implementation

Authentication({
  this.providers,
  this.rules,
});