Example #1
0
 /// <inheritdoc />
 public void DeleteIdToken(MsalIdTokenCacheKey cacheKey)
 {
     _tokenCacheAccessor.DeleteIdToken(cacheKey);
 }