API reference / @evolu/common / local-first/Public / AuthResult
Interface: AuthResult
Defined in: packages/common/src/local-first/LocalAuth.ts:330
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
owner | readonly | | AppOwner | undefined | The app owner created during registration. | packages/common/src/local-first/LocalAuth.ts:332 |
username | readonly | string | The name provided by the user during registration. | packages/common/src/local-first/LocalAuth.ts:334 |