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

x/otpauth/dist/otpauth.esm.min.js>URI.stringify

One Time Password (HOTP/TOTP) library for Node.js, Deno, Bun and browsers.
Latest
method URI.stringify
import { URI } from "https://deno.land/x/otpauth@v9.3.3/dist/otpauth.esm.min.js";

Converts an HOTP/TOTP object to a Google Authenticator key URI.

Parameters

otp: HOTP | TOTP

HOTP/TOTP object.

Returns

string

Google Authenticator Key URI.