# DocsViewer

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/reader-access/docs-visibility.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/reader-access/docs-visibility.service.ts#L20)

Who is looking. `member` = org-staff JWT for the owning org (sees everything,
mirroring the A3 member bypass); `attrs` = the reader token's D4 claims
(anonymous = null/empty → only public content passes).

## Properties

| Property | Type |
|---|---|
| `attrs` | `ReaderAttrs | null` |
| `member` | `boolean` |
