Open Dev Kit Documentation :: TOTP :: Generate URL
TOTP.GenerateURL( Issuer String, Username String, Key String ) StringReturns an otpauth:// URL used for providing a TOTP QR code for a generated key
Parameters
- Issuer String
- The name of the organization, company or software that is producing this URL
- Username String
- The username or email address associated with the key
- Key String
- Base32-encoded key
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page