Pow v0.1.0-alpha Pow.Config View Source

A module that handles configurations.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function current_user_assigns_key(config) View Source
current_user_assigns_key(t()) :: atom()
Link to this function get(config, key, default) View Source
get(t(), atom(), any()) :: any()
Link to this function put(config, key, value) View Source
put(t(), atom(), any()) :: t()
Link to this function raise_error(message) View Source
raise_error(binary()) :: no_return()
Link to this function user_module(config) View Source
user_module(t()) :: atom()