Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Duende.​IdentityServer.​Stores.​IServerSideTicketStore

Assembly: Duende.IdentityServer

Implemented Interfaces

Custom type for ITicketStore

Methods

filter The session filter.
ct The cancellation token.
QuerySessionsAsync​(SessionQuery filter, System.​Threading.​CancellationToken ct)
Queries user sessions based on filter
filter The session query filter.
ct The cancellation token.
GetAndRemoveExpiredSessionsAsync​(int count, System.​Threading.​CancellationToken ct)
Removes and returns expired sessions
count The maximum number of sessions to return.
ct The cancellation token.