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