View Source AshAuthentication.Plug.Dispatcher (ash_authentication v4.3.5)

Route requests and callbacks to the correct provider plugs.

Summary

Functions

Send the request to the correct strategy and then return the result.

Types

config()

@type config() :: {atom(), AshAuthentication.Strategy.t(), module()} | module()

Functions

call(conn, return_to)

@spec call(Plug.Conn.t(), config() | any()) :: Plug.Conn.t()

Send the request to the correct strategy and then return the result.