UNPKG

@kiryano/etherealotp

Version:

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

6 lines (5 loc) 105 B
export interface TwilioConfig { accountSid: string; authToken: string; fromNumber: string; }