diff --git a/docs/AuthCodeMSALBrowserAuthenticationProvider.md b/docs/AuthCodeMSALBrowserAuthenticationProvider.md index f130371a0..fee11ca18 100644 --- a/docs/AuthCodeMSALBrowserAuthenticationProvider.md +++ b/docs/AuthCodeMSALBrowserAuthenticationProvider.md @@ -32,6 +32,7 @@ Using npm: import { PublicClientApplication, InteractionType, AccountInfo } from "@azure/msal-browser"; import { AuthCodeMSALBrowserAuthenticationProvider, AuthCodeMSALBrowserAuthenticationProviderOptions } from "@microsoft/microsoft-graph-client/authProviders/authCodeMsalBrowser"; + import { Client } from "@microsoft/microsoft-graph-client"; const options:AuthCodeMSALBrowserAuthenticationProviderOptions: { account: account, // the AccountInfo instance to acquire the token for.