Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit da6aa6b

Browse filesBrowse files
authored
chore: update iam token endpoint (#862)
1 parent ce65814 commit da6aa6b
Copy full SHA for da6aa6b

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎twilio/http/client_token_manager.py

Copy file name to clipboardExpand all lines: twilio/http/client_token_manager.py
+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(
2929
self.client = Client()
3030

3131
def fetch_access_token(self):
32-
token_instance = self.client.preview_iam.v1.token.create(
32+
token_instance = self.client.iam.v1.token.create(
3333
grant_type=self.grant_type,
3434
client_id=self.client_id,
3535
client_secret=self.client_secret,

‎twilio/http/orgs_token_manager.py

Copy file name to clipboardExpand all lines: twilio/http/orgs_token_manager.py
+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(
2929
self.client = Client()
3030

3131
def fetch_access_token(self):
32-
token_instance = self.client.preview_iam.v1.token.create(
32+
token_instance = self.client.iam.v1.token.create(
3333
grant_type=self.grant_type,
3434
client_id=self.client_id,
3535
client_secret=self.client_secret,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.