Class TokenCleanupBackgroundWorker
Inheritance
TokenCleanupBackgroundWorker
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class TokenCleanupBackgroundWorker : AsyncPeriodicBackgroundWorkerBase, IBackgroundWorker, IRunnable, ISingletonDependency
Constructors
TokenCleanupBackgroundWorker(AbpAsyncTimer, IServiceScopeFactory, IOptions<TokenCleanupOptions>)
Declaration
public TokenCleanupBackgroundWorker(AbpAsyncTimer timer, IServiceScopeFactory serviceScopeFactory, IOptions<TokenCleanupOptions> options)
Parameters
Properties
Options
Declaration
protected TokenCleanupOptions Options { get; }
Property Value
Methods
DoWorkAsync(PeriodicBackgroundWorkerContext)
Declaration
protected override Task DoWorkAsync(PeriodicBackgroundWorkerContext workerContext)
Parameters
Returns
Overrides
Implements
Extension Methods