We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b973065 commit ceebd46Copy full SHA for ceebd46
twilio/credential/orgs_credential_provider.py
@@ -12,7 +12,7 @@ def __init__(self, client_id: str, client_secret: str, token_manager=None):
12
super().__init__(AuthType.CLIENT_CREDENTIALS)
13
14
if client_id is None or client_secret is None:
15
- raise TwilioException("Invalid credentials passed")
+ raise TwilioException("Client id and Client secret are mandatory")
16
17
self.grant_type = "client_credentials"
18
self.client_id = client_id
0 commit comments