# MintReaderTokenInput

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `ver` | `number` |
| `grants` | `string[]` |
| `sub` | `string | null` |
| `account` | `{ readerId: string; email: string }` |
| `attrs` | `Record<string, unknown>` |
| `ttlSeconds` | `number` |
| `maxExpEpoch` | `number` |
