Skip to content

Instantly share code, notes, and snippets.

@anaselhajjaji
Last active April 3, 2017 21:32
Show Gist options
  • Save anaselhajjaji/092bf6fe688c4a8693b9a5e61491edc4 to your computer and use it in GitHub Desktop.
Save anaselhajjaji/092bf6fe688c4a8693b9a5e61491edc4 to your computer and use it in GitHub Desktop.
// Client ID
public static string clientId = "2a6ce4df-f26f-4864-bb28-7f806abbcc67";
public static string commonAuthority = "https://login.windows.net/common";
// Redirect URI
public static Uri returnUri = new Uri("http://rememberit-redirect");
// Graph URI
const string graphResourceUri = "https://graph.windows.net";
public static string graphApiVersion = "2013-11-08";
// AuthenticationResult will hold the result after authentication completes
AuthenticationResult authResult = null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment