We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86ba3e commit b172098Copy full SHA for b172098
1 file changed
docs/AuthCodeMSALBrowserAuthenticationProvider.md
@@ -32,6 +32,7 @@ Using npm:
32
import { PublicClientApplication, InteractionType, AccountInfo } from "@azure/msal-browser";
33
34
import { AuthCodeMSALBrowserAuthenticationProvider, AuthCodeMSALBrowserAuthenticationProviderOptions } from "@microsoft/microsoft-graph-client/authProviders/authCodeMsalBrowser";
35
+ import { Client } from "@microsoft/microsoft-graph-client";
36
37
const options:AuthCodeMSALBrowserAuthenticationProviderOptions: {
38
account: account, // the AccountInfo instance to acquire the token for.
0 commit comments