Kind: Function
Source: atloria-monorepo/apps/web/src/app/p/[slugId]/lib/readerToken.ts
Token for a slug (via the cached slug→projectId map).
Signature
tsfunction getReaderTokenForSlug(slugId: string): string | null
Parameters
| Name | Type |
|---|---|
slugId | string |
Returns: string | null
Was this page helpful?