Pow v0.1.0-alpha Pow.Store.CredentialsCache View Source

Default module for credentials session storage.

Link to this section Summary

Functions

Callback implementation for Pow.Store.Base.delete/2

Callback implementation for Pow.Store.Base.get/2

Callback implementation for Pow.Store.Base.put/3

Link to this section Functions

Link to this function delete(config, key) View Source
delete(Pow.Config.t(), binary()) :: :ok

Callback implementation for Pow.Store.Base.delete/2.

Link to this function get(config, key) View Source
get(Pow.Config.t(), binary()) :: any() | :not_found

Callback implementation for Pow.Store.Base.get/2.

Link to this function put(config, key, value) View Source
put(Pow.Config.t(), binary(), any()) :: :ok

Callback implementation for Pow.Store.Base.put/3.