API reference › @evolu/common › local‑first/LocalAuth › AuthList
Defined in: packages/common/src/local-first/LocalAuth.ts:337
Properties
ownerId
readonly ownerId: string & Brand<"Id"> & Brand<"OwnerId">;
Defined in: packages/common/src/local-first/LocalAuth.ts:339
The app owner ID.
username
readonly username: string;
Defined in: packages/common/src/local-first/LocalAuth.ts:341
The name provided by the user during registration.