import { TOTP } from "https://deno.land/x/otpauth@v9.3.3/dist/otpauth.d.ts";
TOTP: Time-Based One-Time Password Algorithm.
Constructors
new
TOTP(unnamed 0?: { issuer?: string | undefined; label?: string | undefined; issuerInLabel?: boolean | undefined; secret?: string | Secret | undefined; algorithm?: string | undefined; digits?: number | undefined; period?: number | undefined; } | undefined)Creates a TOTP object.
Properties
secret: Secret
Secret key.