package ocsigen-start

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

Innovation. Community. Security.