Kind: Interface
Source: atloria-monorepo/apps/api/src/reader-access/reader-claims.ts
Properties
| Property | Type |
|---|---|
aud | string |
sub | `string |
projectId | string |
ver | number |
grants | ReaderGrant[] |
account | { readerId: string; email: string } |
attrs | Record<string, unknown> |
iat | number |
exp | number |
Was this page helpful?