Pow v0.1.0-alpha Pow.Operations View Source
A module that handles struct operations (User).
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()