UNPKG

authy-extractor

Version:

Extract 2FA tokens from Authy

13 lines (12 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { API_BASE_URL: 'https://api.authy.com', API_KEY: '37b312a3d682b823c439522e1fd31c82', USER_AGENT: 'AuthyDesktop v1.8.3', LOCALE: 'en-US', DEVICE_APP: 'authy', DEVICE_NAME: 'Authy Desktop on NodeJS', OTP_LENGTH: 7, OTP_TIME_STEP: 10, // AuthyOtpGenerator.TIME_STEP };