Enum EventTypes
- Namespace
- Duende.IdentityServer.Events
- Assembly
- Duende.IdentityServer.dll
Indicates if the event is a success or fail event.
public enum EventTypes
Fields
Error = 4Error event
Failure = 2Failure event
Information = 3Information event
Success = 1Success event