UNPKG

parsec-sdk

Version:

UNOFFICIAL and WIP JavaScript/TypeScript SDK for Parsec remote desktop.

8 lines (7 loc) 200 B
/** * Error thrown if TFA code is required to authenticate with _personal_ strategy */ export declare class TFARequiredError extends Error { tfaType: string; constructor(tfaType: string); }