Skip to content

Commit f51c6e5

Browse files
NickMooresjmprieur
authored andcommitted
Removed documentation for "isAppTokenCache" (#237)
Removed documentation for a parameter that no longer exists on a method on the IMsalTokenCacheProvider interface.
1 parent 97378a8 commit f51c6e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: Microsoft.Identity.Web/TokenCacheProviders/IMsalTokenCacheProvider .cs

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ public interface IMsalTokenCacheProvider
1515
/// Initializes a token cache (which can be a user token cache or an app token cache)
1616
/// </summary>
1717
/// <param name="tokenCache">Token cache for which to initialize the serialization</param>
18-
/// <param name="isAppTokenCache">Is the token cache an App token cache or
19-
/// a user token cache</param>
2018
/// <returns></returns>
2119
Task InitializeAsync(ITokenCache tokenCache);
2220

0 commit comments

Comments
 (0)