Serialized form of a session keypair, used to persist a session across
page reloads. Both fields are hex-encoded (no 0x prefix). Pass an
existing keypair into SessionCrypto to resume a session; omit it
to generate a fresh one.
client_id on the bridge is publicKey itself. Keep secretKey
confidential — it grants the ability to decrypt messages addressed to
this client.
Serialized form of a session keypair, used to persist a session across page reloads. Both fields are hex-encoded (no
0xprefix). Pass an existing keypair into SessionCrypto to resume a session; omit it to generate a fresh one.client_idon the bridge ispublicKeyitself. KeepsecretKeyconfidential — it grants the ability to decrypt messages addressed to this client.See
Client keypair (Session spec)