IWebSudoAuthSession
Assembly: ServiceStack.dll
View Source
Declaration
public interface IWebSudoAuthSession : IAuthSession
Properties
AuthenticatedAt
View Source
Declaration
DateTime AuthenticatedAt { get; set; }
AuthenticatedCount
View Source
Declaration
int AuthenticatedCount { get; set; }
AuthenticatedWebSudoUntil
View Source
Declaration
DateTime? AuthenticatedWebSudoUntil { get; set; }