Expand description
§Session service
This module contains the session service that handles incoming requests for session management.
Structs§
- Session
Create Request - Session create request.
- Session
Create Response - Session create response.
- Session
Created Notification - Session created notification.
- Session
Login Request - Session login request.
- Session
Login Response - Session login response.
- Session
Message Notification - Session message notification.
- Session
Message Request - Session message request.
- Session
Ready Notification - Session ready notification.
- Session
Signup Request - Session signup request.
- Session
Signup Response - Session signup response.
Enums§
- Session
Event - Available session events.
- Session
Method - Available session methods.
Constants§
- ROUTE_
PREFIX - Prefix for session routes.