Skip to content

Commit 0eeb060

Browse files
amend-updates
1 parent 37756f9 commit 0eeb060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/scenario-desktop-acquire-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: conceptual
1010
ms.workload: identity
11-
ms.date: 10/19/2021
11+
ms.date: 10/21/2022
1212
ms.author: owenrichards
1313
ms.custom: aaddev, devx-track-python, has-adal-ref, engagement-fy23
1414

@@ -21,7 +21,7 @@ After you've built an instance of the public client application, you'll use it t
2121

2222
## Recommended pattern
2323

24-
The web API is defined by its `scopes`. Whatever the experience you provide in your application, the pattern to use is:
24+
The web API is defined by its *scopes*. Whatever the experience you provide in your application, the pattern to use is:
2525

2626
- Systematically attempt to get a token from the token cache by calling `AcquireTokenSilent`.
2727
- If this call fails, use the `AcquireToken` flow that you want to use, which is represented here by `AcquireTokenXX`.

0 commit comments

Comments
 (0)