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.​BackChannelLogoutRequest
Assembly: Duende.IdentityServer
Inheritance: object → BackChannelLogoutRequest
Information necessary to make a back-channel logout request to a client.
Properties
public
string
ClientId
Gets or sets the client identifier.
public
string
SubjectId
Gets the subject identifier.
public
string
SessionId
Gets or sets the session identifier.
public
string
LogoutUri
Gets or sets the back channel logout URI.
public
bool
SessionIdRequired
Gets a value indicating whether the session identifier is required.
public
string
Issuer
The issuer for the back-channel logout
LogoutReason
Indicates why the user's session ended.
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