interface JWT {
    payload: JwtPayload;
    toString(): string;
}

Properties

Methods

Properties

payload: JwtPayload

Methods

  • Returns string