Authentication constructor
Authentication({
- int? passwordCount,
- AuthenticationType? type,
Implementation
Authentication({
this.passwordCount,
this.type,
});
Authentication({
this.passwordCount,
this.type,
});