Variable Account.name

The auth'd user's display name

struct Account
{
  // ...
  string name ;
  // ...
}