Skip to content

Management Interface #40

Description

@patchandthat

Management interface for querying and removing sessions. Should maintain compatibility for migrating between products.

public interface ISessionManagementService { Task<QueryResult<UserSession>> QuerySessionsAsync(SessionQuery? filter, CancellationToken ct = default); Task RemoveSessionsAsync(RemoveSessionsContext context, CancellationToken ct = default); }

Implement default service.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    Status
    Backlog
    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions