Type Alias: JwtPayload
Type Alias: JwtPayload
JwtPayload =
UserJwtPayload|RefreshJwtPayload|ServiceJwtPayload
Defined in: auth-shared/src/jwt/claims.ts:137
Every JWT shape the auth-server can emit. Use AccessJwtPayload when
the context is “token presented on a request” — refresh tokens never reach
guards.