Pbkdf2.verify_pass
You're seeing just the function
verify_pass
, go back to Pbkdf2 module for more information.
Verifies a password by hashing the password and comparing the hashed value with a stored hash.
See the documentation for hash_pwd_salt/2
for examples of using this function.