Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Generates a TOTP token.

Parameters

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

Returns

string

Token.