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.

class Duende.​IdentityServer.​Stores.​SessionQuery

Assembly: Duende.IdentityServer.Storage

Inheritance: object → SessionQuery

Filter to query all user sessions

Properties

public string
ResultsToken
The token indicating the prior results.
public bool
RequestPriorResults
If true, requests the previous set of results relative to the ResultsToken, otherwise requests the next set of results relative to the ResultsToken.
public int
CountRequested
The number requested to return
public string
SubjectId
The subject ID used to filter the results.
public string
SessionId
The session ID used to filter the results.
public string
DisplayName
The user display name used to filter the results.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object