Type alias TempJwtPayload

TempJwtPayload: jwt.JwtPayload & {
    nonce: string;
    pubkey: string;
}

Type declaration

  • nonce: string
  • pubkey: string

Generated using TypeDoc