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

x/otpauth/dist/otpauth.node.min.cjs>URI.parse

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

Parses a Google Authenticator key URI and returns an HOTP/TOTP object.

Parameters

uri: string

Google Authenticator Key URI.

Returns

HOTP/TOTP object.