Skip to main content

Type Alias: MemberJwtPayload

MemberJwtPayload = object

Defined in: types.ts:872

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:874
audience_memberOmit<AudienceMember, "meta">-types.ts:889
authenticatedbooleanWhether the session has been fully authenticated (not just identified).types.ts:882
expnumberExpiry timestamp (Unix seconds).types.ts:878
iatnumberIssued-at timestamp (Unix seconds).types.ts:876
issstring-types.ts:873
productsstring[]Slugs of products the user has an active entitlement to.types.ts:888
sessionobject-types.ts:883
session.authenticated_atstring | null-types.ts:885
session.idstring-types.ts:884
substringAudience Member ID.types.ts:880