Methods
# dispatchAfterStateChangeEvent(detail)
Dispatches a "hanko-after-state-change" event to the document.
Parameters:
Name | Type | Description |
---|---|---|
detail |
FlowDetail
|
# dispatchBeforeStateChangeEvent(detail)
Dispatches a "hanko-before-state-change" event to the document.
Parameters:
Name | Type | Description |
---|---|---|
detail |
FlowDetail
|
# 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.