Class AccountSessionAppService
Inheritance
AccountSessionAppService
Assembly: Volo.Abp.Account.Pro.Public.Application.dll
Syntax
[Authorize]
public class AccountSessionAppService : ApplicationService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IAccountSessionAppService, IApplicationService, IRemoteService
Constructors
AccountSessionAppService(IdentitySessionManager, IIdentitySessionRepository, IIdentityUserRepository)
Declaration
public AccountSessionAppService(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
GetCurrentUserSessionAsync(Guid)
Declaration
protected virtual Task<IdentitySession> GetCurrentUserSessionAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Declaration
public virtual Task<PagedResultDto<IdentitySessionDto>> GetListAsync(GetAccountIdentitySessionListInput input)
Parameters
Returns
RevokeAsync(Guid)
Declaration
public virtual Task RevokeAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Implements
Extension Methods