hex_api_user.reset_password
You're seeing just the function
reset_password
, go back to hex_api_user module for more information.
Specs
reset_password(hex_core:config(), binary()) -> hex_api:response().
Resets the user's password.
Examples:
> hex_api_user:reset_password(hex_core:default_config(), <<"user">>).
{ok, {204, ..., nil}}