Skip to content

Commit

Permalink
Update PublicOAuthAuthentication.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere authored Nov 14, 2024
1 parent ef8d9a7 commit ca7bf01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/PublicOAuthAuthentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class Program
{
static void Main(string[] args)
{

CredentialProvider credentialProvider = new ClientCredentialProvider(CLIENT_ID, CLIENT_SECRET);
TwilioClient.Init(credentialProvider, ACCOUNT_SID);

Expand Down

0 comments on commit ca7bf01

Please sign in to comment.