File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/Twilio/Http/BearerToken Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ using System;
33using Twilio ;
44using Twilio .Base ;
55using Twilio .Exceptions ;
6+ using Twilio .Credential ;
67using Twilio .Rest .Api .V2010 .Account ;
78using Twilio .Rest .PreviewIam .Organizations ;
89
Original file line number Diff line number Diff line change 1- using Twilio . Rest . PreviewIam . V1 ;
1+ using Twilio . Rest . Iam . V1 ;
22using Twilio . Exceptions ;
33using System ;
44using Twilio . Annotations ;
@@ -64,4 +64,4 @@ public string fetchAccessToken(){
6464 return token . AccessToken ;
6565 }
6666 }
67- }
67+ }
Original file line number Diff line number Diff line change 1- using Twilio . Rest . PreviewIam . V1 ;
1+ using Twilio . Rest . Iam . V1 ;
22using Twilio . Exceptions ;
33using System ;
44using Twilio . Annotations ;
@@ -63,4 +63,4 @@ public string fetchAccessToken(){
6363 return token . AccessToken ;
6464 }
6565 }
66- }
66+ }
You can’t perform that action at this time.
0 commit comments