View Source KeenAuth.Config (KeenAuth v0.2.2)
Methods to parse and modify configurations.
Summary
Functions
Gets the key value from the configuration.
Merges two configurations.
Puts a new key value to the configuration.
Raise a ConfigError exception.
Types
@type t() :: Keyword.t()
Functions
Gets the key value from the configuration.
If not found, it'll fall back to environment config, and lastly to the
default value which is nil
if not specified.
Merges two configurations.
Puts a new key value to the configuration.
Raise a ConfigError exception.