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