passwordHash property

Uint8List? passwordHash
final

The buffer of bytes representing the user's hashed password. When a user is to be imported with a password hash, UserImportOptions are required to be specified to identify the hashing algorithm used to generate this hash.

Implementation

final Uint8List? passwordHash;