Auth.User.verify_password
You're seeing just the function
verify_password
, go back to Auth.User module for more information.
Specs
verify_password(Ecto.Schema.t(), binary()) :: boolean()
Callback implementation for Pow.Ecto.Schema.verify_password/2
.