10000 Update cty · zhangjingcat/twilio-python@82c760f · GitHub
[go: up one dir, main page]

Skip to content

Commit 82c760f

Browse files
committed
Update cty
1 parent 5647a0f commit 82c760f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def to_jwt(self, algorithm='HS256'):
6262
now = int(time.time())
6363
headers = {
6464
"typ": "JWT",
65-
"cty": "twilio-sat;v=2"
65+
"cty": "twilio-fpa;v=1"
6666
}
6767

6868
grants = {}

0 commit comments

Comments
 (0)
0