Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lkdocs/a617f29c2200b005d5d6 to your computer and use it in GitHub Desktop.

Select an option

Save lkdocs/a617f29c2200b005d5d6 to your computer and use it in GitHub Desktop.
LaunchKey Node.js SDK - Authorize Transaction
launchKey.authorize(
"LaunchKeyUserName",
function (authRequest) {
console.log("Authorization request successful", authRequest);
},
function (error) {
console.error("Error processsing authorization request!", error);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment