Skip to content

Instantly share code, notes, and snippets.

@lkdocs
Last active August 29, 2015 14:18
Show Gist options
  • Save lkdocs/ece53c7bdfb0931f0300 to your computer and use it in GitHub Desktop.
Save lkdocs/ece53c7bdfb0931f0300 to your computer and use it in GitHub Desktop.
LaunchKey Node.js SDK - Authenticate User
launchKey.authenticate(
"LaunchKeyUserName",
function (authRequest) {
console.log("Authentication request successful", authRequest);
},
function (error) {
console.error("Error processsing authentication request!", error);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment