signerKey property

String? signerKey
getter/setter pair

The signer key used to hash the password.

Required for the following hashing functions: * SCRYPT, * HMAC_MD5, * HMAC_SHA1, * HMAC_SHA256, * HMAC_SHA512

Implementation

core.String? signerKey;