...
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.
...
...
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.
...