Skip to main content

IMemoryAuthRepository

Assembly: ServiceStack.dll
View Source
Declaration
public interface IMemoryAuthRepository : IUserAuthRepository, IAuthRepository, IClearable, IManageApiKeys, ICustomUserAuth

Properties

Sets

View Source
Declaration
Dictionary<string, HashSet<string>> Sets { get; }

Hashes

View Source
Declaration
Dictionary<string, Dictionary<string, string>> Hashes { get; }