otp-io
Version:
🕖 Typed library to work 2fa via Google Authenticator/Time-based TOTP/Hmac-based HOTP
1 lines • 410 B
JavaScript
export{SecretKey}from'./key.mjs';export{exportKey,generateKey,importKey}from'./key.actions.mjs';export{HmacAlgorithm}from'./crypto/hmac.mjs';export{hotp}from'./hotp.mjs';export{HOTP}from'./hotp.class.mjs';export{getDefaultHOTPOptions}from'./hotp.options.mjs';export{totp}from'./totp.mjs';export{TOTP}from'./totp.class.mjs';export{getDefaultTOTPOptions}from'./totp.options.mjs';export{getKeyUri}from'./uri.mjs';