Skip to content

Commit c89e69e

Browse files
authored
Update TwilioRestClient.cs to make auth strategy a mandatory parameter
1 parent a7f638f commit c89e69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Twilio/Clients/TwilioRestClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public TwilioRestClient(
101101
string region = null,
102102
HttpClient httpClient = null,
103103
string edge = null,
104-
AuthStrategy authstrategy = null
104+
AuthStrategy authstrategy
105105
)
106106
{
107107
_username = username;

0 commit comments

Comments
 (0)