Variable Account.email

The auth'd user's email

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