Skip to content

Commit 2deee8a

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
update library name
1 parent fe38c64 commit 2deee8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/migrate-adal-msal-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In ADAL4J, the `AuthenticationContext` class represents your connection to the S
4949

5050
The following table shows how ADAL4J functions map to the new MSAL for Java functions:
5151

52-
| ADAL4J method| MSAL for Java method|
52+
| ADAL4J method| MSAL4J method|
5353
|------|-------|
5454
|acquireToken(String resource, ClientCredential credential, AuthenticationCallback callback) | acquireToken(ClientCredentialParameters)|
5555
|acquireToken(String resource, ClientAssertion assertion, AuthenticationCallback callback)|acquireToken(ClientCredentialParameters)|

0 commit comments

Comments
 (0)