import { HOTP } from "https://deno.land/x/otpauth@v9.3.5/dist/otpauth.slim.esm.min.js";
Generates an HOTP token.
Parameters
unnamed 0: { secret: Secret; algorithm?: string | undefined; digits?: number | undefined; counter?: number | undefined; }
Configuration options.