Skip to content

Commit 0c4afb3

Browse files
icyfire0573sebastienlevertrkodev
authored
Update CreatingClientInstance.md (#1183)
MSAL file doesn't exist; linked to MSAL-Browser Co-authored-by: Sébastien Levert <[email protected]> Co-authored-by: Ronald K <[email protected]>
1 parent d958a77 commit 0c4afb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CreatingClientInstance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Microsoft Graph JavaScript Client Library has an adapter implementation for
3737

3838
> Learn how to [create an instance of TokenCredentialAuthenticationProvider](./TokenCredentialAuthenticationProvider.md).
3939
40-
- ([AuthCodeMSALBrowserAuthenticationProvider](../src/authentication/msal/ImplicitMSALAuthenticationProvider.ts)) for [msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser) (Microsoft Authentication Library) which takes care of getting the `accessToken`. `msal-browser` library does not ship with this library, user has to include it externally.
40+
- ([AuthCodeMSALBrowserAuthenticationProvider](../src/authentication/msal-browser/AuthCodeMSALBrowserAuthenticationProvider.ts) for [msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser) (Microsoft Authentication Library) which takes care of getting the `accessToken`. `msal-browser` library does not ship with this library, user has to include it externally.
4141

4242
> Learn how to [create an instance of AuthCodeMSALBrowserAuthenticationProvider](./AuthCodeMSALBrowserAuthenticationProvider.md).
4343

0 commit comments

Comments
 (0)