Authentication constructor

Authentication({
  1. int? passwordCount,
  2. AuthenticationType? type,
})

Implementation

Authentication({
  this.passwordCount,
  this.type,
});