Skip to content

Commit 7df5093

Browse files
update date formart
1 parent c7f8a54 commit 7df5093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/active-directory/develop/msal-net-acquire-token-silently.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: devx-track-csharp, aaddev, engagement-fy23
2020

2121
When you acquire an access token using the Microsoft Authentication Library for .NET (MSAL.NET), the token is cached. When the application needs a token, it should attempt to fetch it from the cache first.
2222

23-
You can monitor the source of the tokens by inspecting the [`AuthenticationResult.AuthenticationResultMetadata.TokenSource`](./../../microsoft.identity.client.authenticationresultmetadata.tokensource?view=msal-dotnet-latest) property
23+
You can monitor the source of the tokens by inspecting the `AuthenticationResult.AuthenticationResultMetadata.TokenSource` property.
2424

2525
## Websites and web APIs
2626

articles/active-directory/develop/tutorial-v2-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: tutorial
1010
ms.workload: identity
11-
ms.date: 24/01/2023
11+
ms.date: 01/24/2023
1212
ms.author: dmwendia
1313
ms.reviewer: jamesmantu
1414
ms.custom: aaddev, devx-track-js

0 commit comments

Comments
 (0)