User perms

This commit is contained in:
Jamie.Rees 2016-10-28 17:24:45 +01:00
parent 624b32d926
commit 6d1eef9154
17 changed files with 524 additions and 104 deletions

View file

@ -35,7 +35,10 @@ namespace PlexRequests.Store
{
public byte[] Hash { get; set; }
public byte[] Salt { get; set; }
[Obsolete]
public byte[] Claims { get; set; }
public byte[] UserProperties { get; set; }
public int Permissions { get; set; }
public int Features { get; set; }
}
}