API reference › @evolu/common › local‑first/Owner › OwnerWriteKey
const OwnerWriteKey: brand("OwnerWriteKey", Entropy16);
Defined in: packages/common/src/local-first/Owner.ts:154
A token that authorizes write operations for an Owner.
The initial key is derived from OwnerSecret. Replace it with a random key from createOwnerWriteKey to rotate write access without changing the owner identity or encryption key.