import { Secret } from "https://deno.land/x/otpauth@v9.3.3/dist/otpauth.node.cjs";
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.