Class IdentitySessionAppService
Inheritance
IdentitySessionAppService
Assembly: Volo.Abp.Identity.Pro.Application.dll
Syntax
[Authorize("AbpIdentity.Sessions")]
public class IdentitySessionAppService : IdentityAppServiceBase, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IIdentitySessionAppService, IApplicationService, IRemoteService
Constructors
IdentitySessionAppService(IdentitySessionManager, IIdentitySessionRepository, IIdentityUserRepository)
Declaration
public IdentitySessionAppService(IdentitySessionManager identitySessionManager, IIdentitySessionRepository identitySessionRepository, IIdentityUserRepository identityUserRepository)
Parameters
Properties
IdentitySessionManager
Declaration
protected IdentitySessionManager IdentitySessionManager { get; }
Property Value
IdentitySessionRepository
Declaration
protected IIdentitySessionRepository IdentitySessionRepository { get; }
Property Value
IdentityUserRepository
Declaration
protected IIdentityUserRepository IdentityUserRepository { get; }
Property Value
Methods
GetAsync(Guid)
Declaration
public virtual Task<IdentitySessionDto> GetAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Declaration
public virtual Task<PagedResultDto<IdentitySessionDto>> GetListAsync(GetIdentitySessionListInput input)
Parameters
Returns
RevokeAsync(Guid)
Declaration
public virtual Task RevokeAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Implements
Extension Methods