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

GetSessionsAsync​(SessionFilter filter, System.​Threading.​CancellationToken cancellationToken = null)
Gets sessions for a specific subject id and/or session id
QuerySessionsAsync​(SessionQuery filter, System.​Threading.​CancellationToken cancellationToken = null)
Queries user sessions based on filter
GetAndRemoveExpiredSessionsAsync​(int count, System.​Threading.​CancellationToken cancellationToken = null)
Removes and returns expired sessions