Interface IIdentitySessionAppService
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public interface IIdentitySessionAppService : IApplicationService, IRemoteService
Methods
GetAsync(Guid)
Declaration
Task<IdentitySessionDto> GetAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Declaration
Task<PagedResultDto<IdentitySessionDto>> GetListAsync(GetIdentitySessionListInput input)
Parameters
Returns
RevokeAsync(Guid)
Declaration
Task RevokeAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Extension Methods