We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97378a8 commit f51c6e5Copy full SHA for f51c6e5
Microsoft.Identity.Web/TokenCacheProviders/IMsalTokenCacheProvider .cs
@@ -15,8 +15,6 @@ public interface IMsalTokenCacheProvider
15
/// Initializes a token cache (which can be a user token cache or an app token cache)
16
/// </summary>
17
/// <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>
20
/// <returns></returns>
21
Task InitializeAsync(ITokenCache tokenCache);
22
0 commit comments