Login
Prerequisites:
Getting startedGenerate a QR Code
/* Define the scope */
$scope = ['profile', 'nft'];
/* Define a Webhook */
$webhookUrl = '';
/* Define a uniq Id that identify the browser */
$uniqId = '';
/* Generate the QR Code */
$qrCode = $client->generateQRCode($scope, $uniqId, $webhookUrl);Last updated