The plain text password to verify.
The hashed password to verify against.
A promise that resolves with a boolean indicating if the password is correct.
(BasaltError) - Throws an error if the password is empty. (CORE_SECURITY_KEY_ERROR.PASSWORD_EMPTY)
(BasaltError) - Throws an error if the password verification fails. (CORE_SECURITY_KEY_ERROR.PASSWORD_VERIFICATION_FAILED)
Verifies a password against a given hash using Argon2id algorithm.