Module Os_types.Action_link_key

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

Type representing information about the action link key