- This function fetches all session objects currently stored by the client, including those that are not active.
- Returns a record mapping each session key to its corresponding
Sessionobject. - Useful for session management, auditing, or displaying all available sessions to the user.
- Automatically skips any session keys that do not have a valid session object.
Package: core
Defined in: clients/core.ts:4887
No parameters.
A successful response returns the following fields:A promise that resolves to a record of session keys and their corresponding
Session objects, or undefined if no sessions exist.