Authenticator.username constructor
Authenticator.username({})
Implementation
Authenticator.username({
required String username,
required String password,
super.id,
super.timeMills,
super.name,
super.email,
super.phone,
super.photo,
super.extra,
}) : super(
provider: Provider.username,
username: username,
password: password,
);