NimbleTOTP.otpauth_uri

You're seeing just the function otpauth_uri, go back to NimbleTOTP module for more information.
Link to this function

otpauth_uri(label, secret, uri_params \\ [])

View Source

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"