Class EventsOptions
- Namespace
- Duende.IdentityServer.Configuration
- Assembly
- Duende.IdentityServer.dll
Configures events
public class EventsOptions
- Inheritance
-
EventsOptions
- Inherited Members
Constructors
EventsOptions()
public EventsOptions()
Properties
RaiseErrorEvents
Gets or sets a value indicating whether to raise error events.
public bool RaiseErrorEvents { get; set; }
Property Value
- bool
trueif error events should be raised; otherwise,false.
RaiseFailureEvents
Gets or sets a value indicating whether to raise failure events.
public bool RaiseFailureEvents { get; set; }
Property Value
- bool
trueif failure events should be raised; otherwise,false.
RaiseInformationEvents
Gets or sets a value indicating whether to raise information events.
public bool RaiseInformationEvents { get; set; }
Property Value
- bool
trueif information events should be raised; otherwise,false.
RaiseSuccessEvents
Gets or sets a value indicating whether to raise success events.
public bool RaiseSuccessEvents { get; set; }
Property Value
- bool
trueif success event should be raised; otherwise,false.