Documentation

Generate URL - Open Dev Kit Documentation

Open Dev Kit Documentation :: TOTP :: Generate URL

TOTP.GenerateURL(
  Issuer String,
  Username String,
  Key String
) String
Returns 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

String

If you think anything is missing, please feel free to: submit documentation feedback on this page