class URIimport { URI } from "https://deno.land/x/otpauth@v9.3.3/dist/otpauth.d.cts"; HOTP/TOTP object/string conversion. Static Methodsparse(uri: string): HOTP | TOTPParses a Google Authenticator key URI and returns an HOTP/TOTP object. stringify(otp: HOTP | TOTP): stringConverts an HOTP/TOTP object to a Google Authenticator key URI.