Created
March 31, 2015 00:16
-
-
Save lkdocs/80fc6916697113b1dc43 to your computer and use it in GitHub Desktop.
LaunchKey Node.js SDK - Create White Label User
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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