Skip to content

Instantly share code, notes, and snippets.

@evernotegists
Created April 3, 2013 21:51
Show Gist options
  • Save evernotegists/5305756 to your computer and use it in GitHub Desktop.
Save evernotegists/5305756 to your computer and use it in GitHub Desktop.
String authToken = mEvernoteSession.getAuthToken();
// getUser() must be run on a separate thread
User user = mEvernoteSession.getClientFactory().createUserStoreClient().getClient().getUser(authToken);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment