Skip to content

Commit 5704fd2

Browse files
Update articles/active-directory/develop/tutorial-v2-windows-desktop.md
Co-authored-by: Owen Richards <[email protected]>
1 parent 7bf6322 commit 5704fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-v2-windows-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Eventually, the `AcquireTokenSilent` method may fail. Reasons for failure might
276276

277277
- The code in the sample then handles the exception by calling `AcquireTokenInteractive`, which results in prompting the user to sign in.
278278

279-
- It can instead present a visual indication to users that an interactive sign-in is required, so that they can select the right time to sign in. Or the application can retry `AcquireTokenSilent` later. This pattern is frequently used when users can use other application functionality without disruption--for example, when offline content is available in the application. In this case, users can decide when they want to sign in to either access the protected resource or refresh the outdated information. Alternatively, the application can decide to retry `AcquireTokenSilent` when the network is restored after having been temporarily unavailable.
279+
- It can instead present a visual indication to users that an interactive sign-in is required, so that they can select the right time to sign in. Or the application can retry `AcquireTokenSilent` later. This pattern is frequently used when users can use other application functionality without disruption. For example, when offline content is available in the application. In this case, users can decide when they want to sign in to either access the protected resource or refresh the outdated information. Alternatively, the application can decide to retry `AcquireTokenSilent` when the network is restored after having been temporarily unavailable.
280280

281281
## Call the Microsoft Graph API by using the token you just obtained
282282

0 commit comments

Comments
 (0)