Skip to content

Type Alias: AccessJwtPayload

Type Alias: AccessJwtPayload

AccessJwtPayload = UserJwtPayload | ServiceJwtPayload

Defined in: auth-shared/src/jwt/claims.ts:132

Discriminated union of every authenticate-able JWT shape — i.e. the shapes that can appear on a Bearer header. Refresh tokens are NOT authenticate-able and are intentionally excluded here; the union below (JwtPayload) covers the broader “any JWT the server emits” set.