# AuthState

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/frontend/src/hooks/useAuth.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/frontend/src/hooks/useAuth.ts#L10)

## Properties

| Property | Type |
|---|---|
| `isAuthenticated` | `boolean` |
| `user` | `{ id: string; email: string } | null` |
| `token` | `string | null` |
