Companion
Functions
Connect without an account, restoring a full session state saved by exportState. The no-account sibling of signInWithState.
Restore a sealed state (from exportStateSealed) — decision 0078's anchor B, the rollback-resistant restore path. It attaches store (so per-send commits resume) and refuses a forged state, catches a state older than the latest send via the store counter, and witnesses the generation to the directory — closing EX-03 against a file-rewriter given a rollback-resistant store. The account sibling is signInWithStateSealed.
Sign in and provision under a saved device identity (from exportIdentity), keeping the same bound key across restarts.
Sign in and restore a full session state saved by exportState.
Sign in and restore a sealed state (from exportStateSealed) — the account-path sibling of connectWithStateSealed, and the rollback-resistant sign-in path (decision 0078, anchor B). Attaches store; a forged or older-than-latest-send state is refused, and the generation is witnessed to the directory — closing EX-03 against a file-rewriter given a rollback-resistant store.