method URI.parseimport { URI } from "https://deno.land/x/otpauth@v9.3.3/dist/otpauth.slim.esm.js"; parse(uri: string): HOTP | TOTPParses a Google Authenticator key URI and returns an HOTP/TOTP object. Parses a Google Authenticator key URI and returns an HOTP/TOTP object. Parametersuri: stringGoogle Authenticator Key URI. ReturnsHOTP | TOTPHOTP/TOTP object.