Interface representing the data structure of a channel event.
Properties:
Name |
Type |
Attributes |
Description |
action |
Action
|
|
The type of action being broadcasted. |
claims |
Claims
|
<optional>
|
Optional claims associated with the event. |
is_valid |
boolean
|
<optional>
|
Optional indication of the session validity. |
View Source
lib/events/SessionChannel.ts, line 64