API reference@evolu/commonlocal‑first/Owner › Owner

Defined in: packages/common/src/local-first/Owner.ts:79

An ReadonlyOwner with an OwnerWriteKey for authorizing writes.

See the Owners overview.

Extends

Extended by

Properties

encryptionKey

readonly encryptionKey: Uint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length32"> & Brand<"EncryptionKey"> & Brand<"OwnerEncryptionKey">;

Defined in: packages/common/src/local-first/Owner.ts:69

TODO: Wrap with Redacted in the next major version.

Inherited from

ReadonlyOwner.encryptionKey


id

readonly id: string & Brand<"Id"> & Brand<"OwnerId">;

Defined in: packages/common/src/local-first/Owner.ts:67

Inherited from

ReadonlyOwner.id


writeKey

readonly writeKey: Uint8Array<ArrayBufferLike> & Brand<"Entropy"> & Brand<"Length16"> & Brand<"OwnerWriteKey">;

Defined in: packages/common/src/local-first/Owner.ts:81

TODO: Wrap with Redacted in the next major version.