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.​Services.​DefaultSessionCoordinationService

Assembly: Duende.IdentityServer

Inheritance: object → DefaultSessionCoordinationService

Implemented Interfaces

Default session coordination service

Fields and Constants

Options
The options.
protected readonly Stores.​IPersistedGrantStore
PersistedGrantStore
The persisted grant store.
protected readonly Stores.​IClientStore
ClientStore
The client store.
protected readonly IBackChannelLogoutService
BackChannelLogoutService
The back-channel logout service.
The logger.
ServerSideSessionStore
The server-side session store (if configured).
ServerSideTicketStore
The server-side ticket store (if configured).
protected static readonly string[]
PersistedGrantTokenTypes
The persisted grants that are token types.

Methods

ProcessLogoutAsync​(Models.​UserSession session)
ProcessExpirationAsync​(Models.​UserSession session)
ValidateSessionAsync​(SessionValidationRequest request)
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