JwtAccessTokenPayload: { email: T["email"]; id: T["id"]; roles: T["roles"] }

The payload of a jwt access token.

Type Parameters

Type declaration

  • email: T["email"]

    The email of the user.

  • id: T["id"]

    The id of the user.

  • roles: T["roles"]

    The roles of the user.