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.​Validation.​EndSessionHintValidationContext
Assembly: Duende.IdentityServer
Inheritance: object → EndSessionHintValidationContext
Context for validating the id_token_hint's sub/sid claims against the current user session during end session (logout) requests.
Properties
Subject
Gets the currently authenticated user (from the active session).
public
TokenValidationResult
TokenValidationResult
Gets the result of validating the id_token_hint, including all claims from the token
(e.g. <c>sub</c> , <c>sid</c> ) and the associated client.
public
string
SessionId
Gets the current session identifier, as returned by <c>IUserSession.GetSessionIdAsync</c> .
May be <c>null</c> if the session does not have a session ID.
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