View Source AshAuthentication.Plug.Dispatcher (ash_authentication v4.0.1)
Route requests and callbacks to the correct provider plugs.
Summary
Functions
Send the request to the correct strategy and then return the result.
Types
@type config() :: {atom(), AshAuthentication.Strategy.t(), module()} | module()
Functions
@spec call(Plug.Conn.t(), config() | any()) :: Plug.Conn.t()
Send the request to the correct strategy and then return the result.