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