passwordHasher property

PasswordHasher passwordHasher
final

Used to hash passwords in generateAuthentication

This is responsible for creating the password and salt fields of the generated UserAuthentication

Implementation

final PasswordHasher passwordHasher;