Esempio n. 1
0
 /// <inheritdoc />
 public void DeleteAccount(MsalAccountCacheKey cacheKey)
 {
     _tokenCacheAccessor.DeleteAccount(cacheKey);
 }