Table of Contents

Interface IEventService

Namespace
Duende.IdentityServer.Services
Assembly
Duende.IdentityServer.dll

Interface for the event service

public interface IEventService

Methods

CanRaiseEventType(EventTypes)

Indicates if the type of event will be persisted.

bool CanRaiseEventType(EventTypes evtType)

Parameters

evtType EventTypes

Returns

bool

RaiseAsync(Event)

Raises the specified event.

Task RaiseAsync(Event evt)

Parameters

evt Event

The event.

Returns

Task