method URI.stringifyimport { URI } from "https://deno.land/x/otpauth@v9.0.2/dist/otpauth.d.ts"; 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.