Create a session.
The ID of the user associated with the session.
Whether or not to prune the session when the time comes.
The new session's ID.
Delete a session.
A session's ID.
Delete all of a user's sessions.
A user's ID.
Get a session.
A session's ID.
The session.
Get a user by session ID.
A session's ID.
The user associated with the session.
Get a user ID by session ID.
A session's ID.
The ID of the user associated with the session.
Get all of a user's sessions.
A user's ID.
A list of all sessions associated with the user.
Check if a session exists.
A session's ID.
Whether or not the session exists.
Update the timestamp at which the session ID was last used.
A session's ID.
Generated using TypeDoc
Session services.