miniproto.session.storage.EncryptedSQLiteSessionStorage.load
miniproto.session.storage.EncryptedSQLiteSessionStorage.load
Section titled “miniproto.session.storage.EncryptedSQLiteSessionStorage.load”load() -> Mapping[str, Any] | NoneLoad and authenticate a detached session snapshot on a worker thread.
Raises:
SessionEnvelopeError– If encrypted content cannot be authenticated or decoded.SessionStorageError– If SQLite loading fails or storage is closed.