Skip to content

Commit f3e9ff3

Browse files
authored
Merge pull request #1140 from khill-fbmc/patch-1
Update AuthCodeMSALBrowserAuthenticationProvider.md
2 parents 4519f25 + 0247630 commit f3e9ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AuthCodeMSALBrowserAuthenticationProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Using npm:
3434
import { AuthCodeMSALBrowserAuthenticationProvider, AuthCodeMSALBrowserAuthenticationProviderOptions } from "@microsoft/microsoft-graph-client/authProviders/authCodeMsalBrowser";
3535
import { Client } from "@microsoft/microsoft-graph-client";
3636

37-
const options:AuthCodeMSALBrowserAuthenticationProviderOptions: {
37+
const options: AuthCodeMSALBrowserAuthenticationProviderOptions = {
3838
account: account, // the AccountInfo instance to acquire the token for.
3939
interactionType: InteractionType.PopUp , // msal-browser InteractionType
4040
scopes: ["user.read", "mail.send"] // example of the scopes to be passed

0 commit comments

Comments
 (0)