* Updates the lifetime/expiry of a session without modifying the session data * * @param sessionId - Unique identifier for the session to touch
(sessionId: string)
| 98 | * @param sessionId - Unique identifier for the session to touch |
| 99 | */ |
| 100 | touch(sessionId: string): Promise<void> | void |
| 101 | } |
| 102 | |
| 103 | /** |
no outgoing calls
no test coverage detected