Skip to content

Commit 054c42c

Browse files
authored
Update msal-net-token-cache-serialization.md
1 parent 459e63c commit 054c42c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/msal-net-token-cache-serialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ public static async Task<AuthenticationResult> GetTokenAsync(string clientId, X5
230230

231231
Instead of `app.AddInMemoryTokenCache();` you can use different caching serialization technologies, including no serialization, in memory, and distributed token cache storage provided by .NET.
232232

233-
#### No token cache serialization
233+
#### Token Cache without serialization
234234

235-
You can specify that you don't want to have any token cache serialization (using the MSAL.NET internal cache), if you:
235+
You can specify that you don't want to have any token cache serialization and rely on MSAL.NET internal cache, if you:
236236
- Use `.WithCacheOptions(CacheOptions.EnableSharedCacheOptions)` when you build the application.
237237
- Don't add any serializer.
238238

0 commit comments

Comments
 (0)