Skip to content

Commit 798159c

Browse files
Update design/kiota-e2e.md
Co-authored-by: Vincent Biret <[email protected]>
1 parent 7a17e7f commit 798159c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/kiota-e2e.md

Lines changed: 1 addition & 1 deletion
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)