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

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

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

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

Parameters

uri: string

Google Authenticator Key URI.

Returns

HOTP/TOTP object.