private void Login_SignInCompleted(object sender, Microsoft.Toolkit.Uwp.UI.Controls.Graph.SignInEventArgs e)
 {
     // Set the auth state
     SetAuthState(true);
     // Reload the home page
     RootFrame.Navigate(typeof(HomePage));
 }
Example #2
0
 private void AADLogin_SignInCompleted(object sender, Microsoft.Toolkit.Uwp.UI.Controls.Graph.SignInEventArgs e)
 {
     System.Diagnostics.Debug.WriteLine("Completed");
 }