Beispiel #1
0
 public async Task Logout()
 {
     TokenCacheHelper.Clear();
     _graphClient = null;
     await _publicClientApp.RemoveAsync(Account)
     .ConfigureAwait(false);
 }