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