Pbkdf2.verify_pass

You're seeing just the function verify_pass, go back to Pbkdf2 module for more information.
Link to this function

verify_pass(password, stored_hash)

View Source

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.