Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion msal-java-articles/getting-started/acquiring-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ms.topic: concept-article

# Acquiring tokens

As explained in [MSAL for Java scenarios](../index.md#msal-java-scenarios), there are many ways of acquiring a token. Some require user interactions through a web browser. Some don't require any user interactions.
As explained in [MSAL for Java scenarios](../index.md#msal-java-scenarios), there are many ways of acquiring a token. Some require user interactions through a web browser. Some don't require any user interactions. test PR

In general the way to acquire a token is different depending on the application type - public client application (desktop/mobile) or a confidential client application (Web App, Web API, daemon application like a Windows service).

Expand Down