Skip to content

Commit af12a6c

Browse files
authored
Update AuthCodeMSALBrowserAuthenticationProvider.md
1 parent 9fbe8a7 commit af12a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/AuthCodeMSALBrowserAuthenticationProvider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ Using npm:
4141
};
4242

4343
// Pass the PublicClientApplication instance from step 2 to create AuthCodeMSALBrowserAuthenticationProvider instance
44-
const authProvider: new AuthCodeMSALBrowserAuthenticationProvider(publicClientApplication, options);
44+
const authProvider = new AuthCodeMSALBrowserAuthenticationProvider(publicClientApplication, options);
4545

4646

4747
// Initialize the Graph client
4848
const graphClient = Client.initWithMiddleware({
49-
authprovider
49+
authProvider
5050
});
5151

5252
```

0 commit comments

Comments
 (0)