Current section
Files
Jump to
Current section
Files
lib/hyper_auth/authenticator.ex
defmodule HyperAuth.Authenticator do
@moduledoc """
Authenticator adapter.
"""
@doc """
Authenticate the suplicant.
"""
@callback authenticate(authorization :: map, opts :: Plug.opts) :: nil | map
end