import { Secret } from "https://deno.land/x/otpauth@v9.3.3/dist/otpauth.esm.min.js";
OTP secret key.
Static Methods
fromBase32(str: string): Secret
Converts a base32 string to a Secret object.
fromHex(str: string): Secret
Converts a hexadecimal string to a Secret object.
fromLatin1(str: string): Secret
Converts a Latin-1 string to a Secret object.
fromUTF8(str: string): Secret
Converts an UTF-8 string to a Secret object.