Skip to content

Commit

Permalink
chore: oauth sdk implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
manisha1997 committed Jul 17, 2024
1 parent 2f329c7 commit 8f026a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twilio/http/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def request(
auth: Optional[Tuple[str, str]] = None,
timeout: Optional[float] = None,
allow_redirects: bool = False,
is_oauth: bool = False,
) -> Response:
"""
Make an HTTP Request with parameters provided.
Expand Down

0 comments on commit 8f026a0

Please sign in to comment.