Table of Contents

Enum LogoutNotificationReason

Namespace
Duende.IdentityServer.Models
Assembly
Duende.IdentityServer.dll

Models the reason the user's session was ended.

public enum LogoutNotificationReason

Fields

SessionExpiration = 1

The user's session expired due to inactivity.

Terminated = 2

The user's session was explicitly terminated by some other means (e.g. an admin)

UserLogout = 0

The user interactively triggered logout.