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 ce65814 commit da6aa6bCopy full SHA for da6aa6b
twilio/http/client_token_manager.py
@@ -29,7 +29,7 @@ def __init__(
29
self.client = Client()
30
31
def fetch_access_token(self):
32
- token_instance = self.client.preview_iam.v1.token.create(
+ token_instance = self.client.iam.v1.token.create(
33
grant_type=self.grant_type,
34
client_id=self.client_id,
35
client_secret=self.client_secret,
twilio/http/orgs_token_manager.py
0 commit comments