UNPKG

@kiryano/etherealotp

Version:

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

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