Skip to main content

Type Alias: MemberJwtPayload

MemberJwtPayload = object

Defined in: types.ts:669

Decoded payload of the Allegro session JWT.

Read via MemberNamespace.sessionFromJwt — no network request required.

Indexable

[key: string]: unknown

Properties

PropertyTypeDescriptionDefined in
audstring-types.ts:671
audience_memberOmit<AudienceMember, "meta">-types.ts:686
authenticatedbooleanWhether the session has been fully authenticated (not just identified).types.ts:679
expnumberExpiry timestamp (Unix seconds).types.ts:675
iatnumberIssued-at timestamp (Unix seconds).types.ts:673
issstring-types.ts:670
productsstring[]Slugs of products the user has an active entitlement to.types.ts:685
sessionobject-types.ts:680
session.authenticated_atstring | null-types.ts:682
session.idstring-types.ts:681
substringAudience Member ID.types.ts:677