Thanks to visit codestin.com Credit goes to github.com
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 92622a1 commit 5c15eadCopy full SHA for 5c15ead
twilio/access_token.py
@@ -91,4 +91,4 @@ def to_jwt(self, algorithm='HS256'):
91
algorithm=algorithm)
92
93
def __str__(self):
94
- return self.to_jwt().decode('utf-8')
+ return self.to_jwt()
0 commit comments