OTP urls are of the format otpauth://TYPE/LABEL?PARAMS.
TYPE totp or htopLABEL Free text - something like site:accountPARAMS the following params are possible:secret [required] the secret in base32issuer [recommended] similar to the LABELalgorithm [GA ignores] algoritm for OTP generation -
one of: SHA1 (default), SHA256, SHA512digits [GA ignores] number of OTP digits to
display; defaults to 6 and can go to 8counter [required for hotp] set this to 0period [GA ignores, totp-only] seconds OTP will be
valid for; defaults to 30This article has more on the various URI schemes out there. Everything here is generated in browser by this QR code library.