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.​Models.​LogoutNotificationContext

Assembly: Duende.IdentityServer

Inheritance: object → LogoutNotificationContext

Provides the context necessary to construct a logout notification.

Properties

public string
SubjectId
The SubjectId of the user.
public string
SessionId
The session Id of the user's authentication session.
public string
Issuer
The issuer for the back-channel logout
The list of client Ids that the user has authenticated to.
LogoutReason
Indicates why the user's session ended, if known.

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