namespace HeartTrack.Models.Authentification { public class CurrentUser { public Dictionary Claims { get; set; } public bool IsAuthenticated { get; set; } public string UserName { get; set; } } }