Options
All
  • Public
  • Public/Protected
  • All
Menu

Module declarations

Interfaces

Type aliases

Type aliases

JwtPayload

JwtPayload: object

Payload of the JWT token.
This payload needs to signed first, before being issue to clients.

Type declaration

  • [x: string]: any

    Payload data.