Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/otpauth/dist/otpauth.umd.min.js>HOTP#generate

One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers.
Go to Latest
method HOTP.prototype.generate
import { HOTP } from "https://deno.land/x/otpauth@v9.0.2/dist/otpauth.umd.min.js";

Generates an HOTP token.

Parameters

optional
unnamed 0: { counter?: number | undefined; } | undefined

Returns

string

Token.