We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4519f25 + 0247630 commit f3e9ff3Copy full SHA for f3e9ff3
1 file changed
docs/AuthCodeMSALBrowserAuthenticationProvider.md
@@ -34,7 +34,7 @@ Using npm:
34
import { AuthCodeMSALBrowserAuthenticationProvider, AuthCodeMSALBrowserAuthenticationProviderOptions } from "@microsoft/microsoft-graph-client/authProviders/authCodeMsalBrowser";
35
import { Client } from "@microsoft/microsoft-graph-client";
36
37
- const options:AuthCodeMSALBrowserAuthenticationProviderOptions: {
+ const options: AuthCodeMSALBrowserAuthenticationProviderOptions = {
38
account: account, // the AccountInfo instance to acquire the token for.
39
interactionType: InteractionType.PopUp , // msal-browser InteractionType
40
scopes: ["user.read", "mail.send"] // example of the scopes to be passed
0 commit comments