SessionStateEvent

Represents an event in the user session lifecycle.

Inheritors

Types

Link copied to clipboard

A user session is active. This event is fired in the following conditions:

Link copied to clipboard
class UserSessionEnded(userSessionId: String) : SessionStateEvent

The current user session has ended.

Properties

Link copied to clipboard

ID representing the user session.