Skip to content

Instantly share code, notes, and snippets.

@lkdocs
Last active December 22, 2015 20:59
Show Gist options
  • Save lkdocs/6530428 to your computer and use it in GitHub Desktop.
Save lkdocs/6530428 to your computer and use it in GitHub Desktop.
var authResponse = client.Authenticate("launchkey_username", AuthenticationType.Session, false);
if (!authResponse.Successful)
{
// Launch request failed for some reason, check authResponse.MessageCode, bail
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment