package sihl-type

  1. Overview
  2. Docs

Module Sihl_type.SessionSource

Sourcemodule Map : sig ... end
Sourcetype data = string Map.t
Sourcetype t = {
  1. key : string;
  2. expire_date : Ptime.t;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval expiration_date : Ptime.t -> Ptime.t
Sourceval key : t -> string
Sourceval is_expired : Ptime.t -> t -> bool
OCaml

Innovation. Community. Security.