Skip to content

Commit 7e39e1b

Browse files
nikithauczengin
andauthored
Update docs/TokenCredentialAuthenticationProvider.md
Co-authored-by: Mustafa Zengin <[email protected]>
1 parent dfce4fd commit 7e39e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TokenCredentialAuthenticationProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const { ClientSecretCredential } = require("@azure/identity");
4141
const { Client } = require("@microsoft/microsoft-graph-client");
4242
const { TokenCredentialAuthenticationProvider } = require("@microsoft/microsoft-graph-client/authProviders/azureTokenCredentials");
4343

44-
// Create an instance of the TokenCredential Class that is imported
44+
// Create an instance of the TokenCredential class that is imported
4545
const credential = new ClientSecretCredential(tenantId, clientId, clientSecret);
4646

4747
// Set your scopes and options for TokenCredential.getToken (Check the ` interface GetTokenOptions` in (TokenCredential Implementation)[https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-auth/src/tokenCredential.ts])

0 commit comments

Comments
 (0)