AutoQueryViewerUserInfo
Assembly: ServiceStack.dll
View Source
Declaration
public class AutoQueryViewerUserInfo : IMeta
Properties
IsAuthenticated
Returns true if the User Is Authenticated
View Source
Declaration
public bool IsAuthenticated { get; set; }
QueryCount
How many queries are available to this user
View Source
Declaration
public int QueryCount { get; set; }
Meta
View Source
Declaration
public Dictionary<string, string> Meta { get; set; }