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
true
if 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
true
if 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
true
if 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
true
if success event should be raised; otherwise,false
.