We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd24ad9 + 798159c commit af9ab8aCopy full SHA for af9ab8a
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