from requests_oauthlib import OAuth2Session from oauthlib.oauth2 import ... _sess = OAuth2Session(client=client) def fetch_token(self): ...
確定! 回上一頁