@itd-api/testing / AccessTokenFixtureOptions
Interface: AccessTokenFixtureOptions
Defined in: packages/testing/src/fixtures.ts:187
Properties
expiresAt?
ts
optional expiresAt?: number;Defined in: packages/testing/src/fixtures.ts:191
issuedAt?
ts
optional issuedAt?: number;Defined in: packages/testing/src/fixtures.ts:190
payload?
ts
optional payload?: Readonly<Record<string, unknown>>;Defined in: packages/testing/src/fixtures.ts:192
sessionId?
ts
optional sessionId?: string;Defined in: packages/testing/src/fixtures.ts:189
userId?
ts
optional userId?: string;Defined in: packages/testing/src/fixtures.ts:188