JwtRefreshTokenPayload: { userId: T["id"] }

The payload of the jwt refresh token.

Type Parameters

Type declaration

  • userId: T["id"]

    The id of the user that this refresh token belongs to.