From 89a16a1fc59ea8b223e3121251f50c1f04673d84 Mon Sep 17 00:00:00 2001 From: Athira Sabu <102021496+AsabuHere@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:40:43 +0530 Subject: [PATCH] Update BearerTokenAuthentication.md --- examples/BearerTokenAuthentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/BearerTokenAuthentication.md b/examples/BearerTokenAuthentication.md index df532bb0e..60f691df0 100644 --- a/examples/BearerTokenAuthentication.md +++ b/examples/BearerTokenAuthentication.md @@ -13,7 +13,7 @@ class Program static void Main(string[] args) { - CredentialProvider credentialProvider = new ClientCredentialProvider(CLIENT_ID, CLIENT_SECRET); + CredentialProvider credentialProvider = new OrgsClientCredentialProvider(CLIENT_ID, CLIENT_SECRET); TwilioClient.Init(credentialProvider); Twilio.Base.ResourceSet accountList = null;