11 lines
178 B
JavaScript

import { TOTP } from "../../lib/totp-quickjs";
export class TOTPBuffer{
constructor(){
}
getTOTPs(){
return [new TOTP('JBSWY3DPEHPK3PXP').getOTP()]
}
}