Skip to content

Commit af9ab8a

Browse files
Merge branch 'sebastienlevert/v4-js-e2e' of https://github.com/sebastienlevert/msgraph-sdk-javascript into sebastienlevert/v4-js-e2e
2 parents dd24ad9 + 798159c commit af9ab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/kiota-e2e.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const scopes = ["User.Read", "Mail.Send"];
3636

3737
const graphClient = Client.init({
3838
// Note that this is not an authentication provider, but an access token provider.
39-
accessTokenProvider: new AzureIdentityAccessTokenProvider(deviceCodeCredentials, scopes),
39+
authenticationTokenProvider: new AzureIdentityAuthenticationProvider(deviceCodeCredentials, scopes),
4040
});
4141

4242
// Calling the API via the fluent API

0 commit comments

Comments
 (0)