Gets the password for the user
Returns the hashed password or null if not set
@override String? getAuthPassword() => _data['password'];