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