Pow v0.1.0-alpha.1 Pow.Operations View Source

Operation methods that glues operation calls to context module.

Link to this section Summary

Link to this section Functions

Link to this function authenticate(config, params) View Source
authenticate(Pow.Config.t(), map()) :: map() | nil | no_return()
Link to this function changeset(config, params) View Source
changeset(Pow.Config.t(), map()) :: map() | nil | no_return()
Link to this function changeset(config, user, params) View Source
changeset(Pow.Config.t(), map(), map()) :: map()
Link to this function create(config, params) View Source
create(Pow.Config.t(), map()) :: {:ok, map()} | {:error, map()} | no_return()
Link to this function delete(config, user) View Source
delete(Pow.Config.t(), map()) :: {:ok, map()} | {:error, map()} | no_return()
Link to this function get_by(config, user) View Source
get_by(Pow.Config.t(), Keyword.t() | map()) :: map() | nil | no_return()
Link to this function update(config, user, params) View Source
update(Pow.Config.t(), map(), map()) ::
  {:ok, map()} | {:error, map()} | no_return()