Current section

Files

Jump to
plug_auth lib plug_auth credential_store.ex
Raw

lib/plug_auth/credential_store.ex

defmodule PlugAuth.CredentialStore do
use Behaviour
@callback get_user_data(HashDict.t) :: any
end