package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val lifecycle : Sihl__.Core_container.Lifecycle.t
val find_user_in_session : Core.Ctx.t -> (User.t option, string) Result.t Lwt.t
val authenticate_session : Core.Ctx.t -> User.t -> (unit, string) Result.t Lwt.t
val unauthenticate_session : Core.Ctx.t -> (unit, string) Result.t Lwt.t