method URI.stringifyimport { URI } from "https://deno.land/x/otpauth@v9.3.5/dist/otpauth.d.cts"; stringify(otp: HOTP | TOTP): stringConverts an HOTP/TOTP object to a Google Authenticator key URI. Converts an HOTP/TOTP object to a Google Authenticator key URI. Parametersotp: HOTP | TOTPHOTP/TOTP object. ReturnsstringGoogle Authenticator Key URI.