Skip to content

Commit 0247630

Browse files
authored
Update AuthCodeMSALBrowserAuthenticationProvider.md
Small syntax error in example
1 parent 4519f25 commit 0247630

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)