Class IdentitySessionCleanupOptions
Inheritance
IdentitySessionCleanupOptions
Assembly: Volo.Abp.Identity.Pro.Domain.dll
Syntax
public class IdentitySessionCleanupOptions
Constructors
IdentitySessionCleanupOptions()
Declaration
public IdentitySessionCleanupOptions()
Properties
CleanupPeriod
Declaration
public int CleanupPeriod { get; set; }
Property Value
InactiveTimeSpan
Declaration
public TimeSpan InactiveTimeSpan { get; set; }
Property Value
IsCleanupEnabled
Declaration
public bool IsCleanupEnabled { get; set; }
Property Value
Extension Methods