hashAlgorithm property

String? hashAlgorithm
getter/setter pair

The hashing function used to hash the account passwords.

Must be one of the following: * HMAC_SHA256 * HMAC_SHA1 * HMAC_MD5 * SCRYPT * PBKDF_SHA1 * MD5 * HMAC_SHA512 * SHA1 * BCRYPT * PBKDF2_SHA256 * SHA256 * SHA512 * STANDARD_SCRYPT * ARGON2

Required.

Implementation

core.String? hashAlgorithm;