Spear.Client.reset_user_password

You're seeing just the callback reset_user_password, go back to Spear.Client module for more information.
Link to this callback

reset_user_password(login_name, new_password)

View Source (since 0.3.0)

Specs

reset_user_password(login_name :: String.t(), new_password :: String.t()) ::
  :ok | {:error, any()}

A wrapper around Spear.reset_user_password/3

Link to this callback

reset_user_password(login_name, new_password, opts)

View Source (since 0.3.0)

Specs

reset_user_password(
  login_name :: String.t(),
  new_password :: String.t(),
  opts :: Keyword.t()
) :: :ok | {:error, any()}

A wrapper around Spear.reset_user_password/4