Skip to content

Commit

Permalink
Public OAuth uptake for C# libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Oct 16, 2024
1 parent 3486d1a commit 0ec6f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twilio/Credential/ClientCredentialProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public ClientCredentialProvider(string clientId, string clientSecret)
{
throw new AuthenticationException("ClientId or ClientSecret cannot be null");
}
grantType = "client_credentials";
this.grantType = "client_credentials";
this.clientId = clientId;
this.clientSecret = clientSecret;
tokenManager = null;
Expand Down

0 comments on commit 0ec6f95

Please sign in to comment.