Skip to content

Commit

Permalink
twilio python changes for orgs api uptake
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Sep 27, 2024
1 parent 7bdf1b5 commit bc77770
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added twilio/authStrategy/__init__.py
Empty file.
1 change: 1 addition & 0 deletions twilio/authStrategy/authStrategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def __init__(self, auth_type: AuthType):
def auth_type(self) -> AuthType:
return self._auth_type

@abstractmethod
def get_auth_string(self) -> str:
"""Return the authentication string."""
pass
Expand Down

0 comments on commit bc77770

Please sign in to comment.