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
protected readonly
Configuration.​IdentityServerOptions
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.
protected readonly
Microsoft.​Extensions.​Logging.​ILogger
Logger
The logger.
protected readonly
Stores.​IServerSideSessionStore
ServerSideSessionStore
The server-side session store (if configured).
protected readonly
Stores.​IServerSideTicketStore
ServerSideTicketStore
The server-side ticket store (if configured).
protected static readonly
string[]
PersistedGrantTokenTypes
The persisted grants that are token types.
Methods
public
System.​Threading.​Tasks.​Task<​bool>
ValidateSessionAsync​(SessionValidationRequest request)
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object