View Source MishkaInstaller.Reference.OnUserBeforeLogin behaviour (Mishka Installer v0.0.3)
Link to this section Summary
Link to this section Types
@type assigns() :: Phoenix.LiveView.Socket.assigns()
@type input() :: map()
@type optional_callbacks() :: {:ok, ref(), registerd_info()} | {:error, ref(), reason()}
@type output() :: Phoenix.LiveView.Rendered.t() | nil
@type ref() :: :on_user_before_login
@type registerd_info() :: MishkaInstaller.PluginState.t()
@type t() :: state()
Link to this section Callbacks
@callback delete(registerd_info()) :: optional_callbacks()
@callback start(registerd_info()) :: optional_callbacks()
@callback stop(registerd_info()) :: optional_callbacks()
@callback unregister(registerd_info()) :: optional_callbacks()