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.​RemoveSessionsContext
Assembly: Duende.IdentityServer
Inheritance: object → RemoveSessionsContext
Models the information to remove a user's session data.
Properties
public
string
SubjectId
The subject ID
public
string
SessionId
The session ID
public
System.​Collections.​Generic.​IEnumerable<​string>
ClientIds
The client ids for which to trigger logout notification, or revoke tokens or consent.
If not set, then all clients will be removed.
public
bool
RemoveServerSideSession
Removes the server side session for the user's session.
public
bool
SendBackchannelLogoutNotification
Sends a back channel logout notification (if clients are registered for one).
public
bool
RevokeTokens
Revokes all tokens (e.g. refresh and reference) for the clients.
public
bool
RevokeConsents
Revokes all prior consent granted to the clients.
Methods
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