UNPKG

@kiryano/etherealotp

Version:

A library for two-factor authentication using Twilio and Speakeasy.

7 lines (6 loc) 161 B
/** * Represents errors related to token generation failures. */ export declare class TokenGenerationError extends Error { constructor(message: string); }