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