Skip to content
rw3iss Auth

JwtPayload

JwtPayload

JwtPayload = UserJwtPayload | RefreshJwtPayload | ServiceJwtPayload

Defined in: jwt/claims.ts:143

Every JWT shape the auth-server can emit. Use AccessJwtPayload when the context is “token presented on a request” — refresh tokens never reach guards.