OptionalincludeWhether to write the encrypted UserSecrets_<id> file. Default: true.
Set to false to exercise recovery paths where a session exists on disk
but its secrets are missing.
OptionallocalDerivation path for the local account. Default: "//wallet//sso" (matches production).
OptionallocalBIP39 mnemonic for the local (host-side) account. Default: freshly generated.
OptionalremoteDerivation path for the remote account. Default: "".
OptionalremoteBIP39 mnemonic for the remote (phone) account. Default: freshly generated.
OptionalsessionStable session id. Default: random nanoid(12).
Directory where session files are written. Must match the one the
CLI reads from — pass the same value to createTerminalAdapter's
storageDir option.
Unique app identifier. Must match the one passed to
createTerminalAdapter.