package ocsigen-start

  1. Overview
  2. Docs
type info = {
  1. userid : User.id;
  2. email : string;
  3. validity : int64;
  4. expiry : CalendarLib.Calendar.t option;
  5. autoconnect : bool;
  6. action : [ `AccountActivation | `Custom of string | `PasswordReset ];
  7. data : string;
}