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.​LogoutRequest

Assembly: Duende.IdentityServer

Inheritance: object → LogoutRequest

Models the request from a client to sign the user out.

Properties

public string
ClientId
Gets or sets the client identifier.
public string
ClientName
Gets or sets the client name.
public string
PostLogoutRedirectUri
Gets or sets the post logout redirect URI.
public string
SubjectId
Gets or sets the subject identifier for the user at logout time.
public string
SessionId
Gets or sets the session identifier for the user at logout time.
Ids of clients known to have an authentication session for user at end session time
public string
UiLocales
The UI locales.
Gets the entire parameter collection.
public string
SignOutIFrameUrl
Gets or sets the sign out iframe URL.
public bool
ShowSignoutPrompt
Gets or sets a value indicating whether the user should be prompted for signout.

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