import { Secret } from "https://deno.land/x/otpauth@v9.3.5/dist/otpauth.umd.min.js";
OTP secret key.
Static Methods
fromBase32(str: string): Secret
Converts a base32 string to a Secret object.
fromLatin1(str: string): Secret
Converts a Latin-1 string to a Secret object.