Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lkdocs/80fc6916697113b1dc43 to your computer and use it in GitHub Desktop.
Save lkdocs/80fc6916697113b1dc43 to your computer and use it in GitHub Desktop.
LaunchKey Node.js SDK - Create White Label User
launchKey.createWhiteLabelUser(
identifier,
function (whiteLabelUser) {
cli.ok("User with identifier of \"" + identifier + "\" created with:");
cli.ok(" QR Code URL: " + whiteLabelUser.getQrCodeUrl());
cli.ok(" Code: " + whiteLabelUser.getCode());
},
error
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment