Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The QRCode contains the user's username, deployment and PIN in the following format:


 

1
Code Block
qr_text = deployment || ';' || username || ';' || pin

 

where deployment and username are specific to the end-user and || is concatentation.

...