Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 6f4ccbd

Browse files
committed
- fixes casing issue
1 parent 62bdbb5 commit 6f4ccbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For an example of how to get an authentication provider, see [choose a Microsoft
3030
require "microsoft_kiota_authentication_oauth"
3131
require "microsoft_graph_core"
3232

33-
context = MicrosoftKiotaAuthenticationOauth::ClientCredentialContext.new("<the tenant id from your app registration>", "<the client id from your app registration>", "<the client secret from your app registration>")
33+
context = MicrosoftKiotaAuthenticationOAuth::ClientCredentialContext.new("<the tenant id from your app registration>", "<the client id from your app registration>", "<the client secret from your app registration>")
3434

3535
authentication_provider = MicrosoftGraphCore::Authentication::OAuthAuthenticationProvider.new(context, nil, ["Files.Read"])
3636
```

0 commit comments

Comments
 (0)