getAuthPassword method

  1. @override
String? getAuthPassword()
override

Gets the password for the user

Returns the hashed password or null if not set

Implementation

@override
String? getAuthPassword() => _data[_passwordField];