Variable DisplayData.user

The currently auth'd user data

struct DisplayData
{
  // ...
  AuthdUser user ;
  // ...
}