Class

Dispatcher

Dispatcher()

A class that dispatches custom events.
Constructor

# new Dispatcher()

View Source lib/events/Dispatcher.ts, line 9

Methods

# dispatchSessionCreatedEvent(detail)

Dispatches a "hanko-session-created" event to the document with the specified detail.
Parameters:
Name Type Description
detail SessionDetail The event detail.

View Source lib/events/Dispatcher.ts, line 68

# dispatchSessionExpiredEvent()

Dispatches a "hanko-session-expired" event to the document.

View Source lib/events/Dispatcher.ts, line 74

# dispatchUserDeletedEvent()

Dispatches a "hanko-user-deleted" event to the document.

View Source lib/events/Dispatcher.ts, line 86

# dispatchUserLoggedOutEvent()

Dispatches a "hanko-user-logged-out" event to the document.

View Source lib/events/Dispatcher.ts, line 80