NimbleTOTP.otpauth_uri
You're seeing just the function
otpauth_uri
, go back to NimbleTOTP module for more information.
Generate the uri to be encoded in the QR code.
Examples
iex> NimbleTOTP.otpauth_uri("Acme:alice", "abcd", issuer: "Acme")
"otpauth://totp/Acme:alice?secret=MFRGGZA&issuer=Acme"