Constructor
# new Relay(options)
Parameters:
Name | Type | Description |
---|---|---|
options |
RelayOptions
|
The options that can be used |
Extends
Classes
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. |
# dispatchSessionExpiredEvent()
Dispatches a "hanko-session-expired" event to the document.
# dispatchUserDeletedEvent()
Dispatches a "hanko-user-deleted" event to the document.
# dispatchUserLoggedOutEvent()
Dispatches a "hanko-user-logged-out" event to the document.