UserAuthenticationGenerator constructor
UserAuthenticationGenerator({
- required MethodEncryptDecrypt methodGenerator,
- required PasswordHasher passwordHasher,
methodGenerator used to generate the method field of
generated UserAuthentications
Implementation
UserAuthenticationGenerator({
required this.methodGenerator,
required this.passwordHasher,
});