import { TOTP } from "https://deno.land/x/otpauth@v9.3.5/dist/otpauth.node.min.mjs";
Generates a TOTP token.
Parameters
unnamed 0: { secret: Secret; algorithm?: string | undefined; digits?: number | undefined; period?: number | undefined; timestamp?: number | undefined; }
Configuration options.