File: token_manager.py

package info (click to toggle)
python-twilio 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,756 kB
  • sloc: python: 8,281; makefile: 65
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
7
from twilio.base.version import Version


class TokenManager:

    def fetch_access_token(self, version: Version):
        pass