Class TokenCleanupOptions
Inheritance
TokenCleanupOptions
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class TokenCleanupOptions
Constructors
TokenCleanupOptions()
Declaration
public TokenCleanupOptions()
Properties
CleanupBatchSize
Declaration
[Obsolete("This option will be removed in future versions.")]
public int CleanupBatchSize { get; set; }
Property Value
CleanupLoopCount
Declaration
[Obsolete("This option will be removed in future versions.")]
public int CleanupLoopCount { get; set; }
Property Value
CleanupPeriod
Declaration
public int CleanupPeriod { get; set; }
Property Value
IsCleanupEnabled
Declaration
public bool IsCleanupEnabled { get; set; }
Property Value
Extension Methods