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.
enum Duende.​IdentityServer.​Models.​LogoutNotificationReason
Assembly: Duende.IdentityServer
Models the reason the user's session was ended.
Values
UserLogout
The user interactively triggered logout.
SessionExpiration
The user's session expired due to inactivity.
Terminated
The user's session was explicitly terminated by some other means (e.g. an admin)