LagoVista.Core.Authentication by Software Logistics, LLC

<PackageReference Include="LagoVista.Core.Authentication" Version="3.0.1522.1542" />

 UserInfo

public class UserInfo : IUserInfo
public EntityHeader CreatedBy { get; set; }

public string CreationDate { get; set; }

public EntityHeader CurrentOrganization { get; set; }

public EntityHeader DeviceConfiguration { get; set; }

public EntityHeader DeviceRepo { get; set; }

public string Email { get; set; }

public bool EmailConfirmed { get; set; }

public string FirstName { get; set; }

public string Id { get; set; }

public bool IsAccountDisabled { get; set; }

public bool IsAppBuilder { get; set; }

public bool IsOrgAdmin { get; set; }

public bool IsPreviewUser { get; set; }

public bool IsRuntimeUser { get; set; }

public bool IsSystemAdmin { get; set; }

public bool IsUserDevice { get; set; }

public string Key { get; set; }

public string LastName { get; set; }

public EntityHeader LastUpdatedBy { get; set; }

public string LastUpdatedDate { get; set; }

public string Name { get; set; }

public string PhoneNumber { get; set; }

public bool PhoneNumberConfirmed { get; set; }

public EntityHeader PrimaryDevice { get; set; }

public ImageDetails ProfileImageUrl { get; set; }

public UserInfo()