Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Os_types.Action_link_key

module Action_link_key : sig..end

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

Type representing information about the action link key