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

x/otpauth/dist/otpauth.esm.js>Secret.fromHex

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

Converts a hexadecimal string to a Secret object.

Parameters

str: string

Hexadecimal string.

Returns

Secret object.