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 = 4
Error event
Failure = 2
Failure event
Information = 3
Information event
Success = 1
Success event