We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a17e7f commit 798159cCopy full SHA for 798159c
design/kiota-e2e.md
@@ -36,7 +36,7 @@ const scopes = ["User.Read", "Mail.Send"];
36
37
const graphClient = Client.init({
38
// Note that this is not an authentication provider, but an access token provider.
39
- accessTokenProvider: new AzureIdentityAccessTokenProvider(deviceCodeCredentials, scopes),
+ authenticationTokenProvider: new AzureIdentityAuthenticationProvider(deviceCodeCredentials, scopes),
40
});
41
42
// Calling the API via the fluent API
0 commit comments