Table of Contents

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

string

BackchannelAuthentication

Backchannel authentication related events

public const string BackchannelAuthentication = "BackchannelAuthentication"

Field Value

string

DeviceFlow

Device flow related events

public const string DeviceFlow = "Device"

Field Value

string

Error

Error related events

public const string Error = "Error"

Field Value

string

Grants

Grants related events

public const string Grants = "Grants"

Field Value

string

Token

Token related events

public const string Token = "Token"

Field Value

string