Class IdentitySessionCleanupService
Inheritance
IdentitySessionCleanupService
Assembly: Volo.Abp.Identity.Pro.Domain.dll
Syntax
public class IdentitySessionCleanupService : ITransientDependency
Constructors
IdentitySessionCleanupService(IOptionsMonitor<IdentitySessionCleanupOptions>, IdentitySessionManager)
Declaration
public IdentitySessionCleanupService(IOptionsMonitor<IdentitySessionCleanupOptions> cleanupOptions, IdentitySessionManager identitySessionManager)
Parameters
Properties
CleanupOptions
Declaration
protected IdentitySessionCleanupOptions CleanupOptions { get; }
Property Value
IdentitySessionManager
Declaration
protected IdentitySessionManager IdentitySessionManager { get; }
Property Value
Logger
Declaration
public ILogger<IdentitySessionCleanupService> Logger { get; set; }
Property Value
Methods
CleanAsync()
Declaration
public virtual Task CleanAsync()
Returns
Implements
Extension Methods