Class EventCategories
- Namespace
- Duende.IdentityServer.Events
- Assembly
- Duende.IdentityServer.dll
Categories for events
public static class EventCategories
- Inheritance
-
EventCategories
- Inherited Members
Fields
Authentication
Authentication related events
public const string Authentication = "Authentication"
Field Value
BackchannelAuthentication
Backchannel authentication related events
public const string BackchannelAuthentication = "BackchannelAuthentication"
Field Value
DeviceFlow
Device flow related events
public const string DeviceFlow = "Device"
Field Value
Error
Error related events
public const string Error = "Error"
Field Value
Grants
Grants related events
public const string Grants = "Grants"
Field Value
Token
Token related events
public const string Token = "Token"