Current section

Files

Jump to
plug_hyper_auth lib hyper_auth authenticator.ex
Raw

lib/hyper_auth/authenticator.ex

defmodule HyperAuth.Authenticator do
@moduledoc """
Authenticator adapter.
"""
@doc """
Authenticate the suplicant.
"""
@callback authenticate(scheme :: String.t, authorization :: map, opts :: Plug.opts) :: nil | map
end