MCPcopy
hub / github.com/wechatpy/wechatpy / refresh_token

Method refresh_token

wechatpy/client/__init__.py:111–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109
110 @property
111 def refresh_token(self):
112 return self.session.get(self.refresh_token_key)
113
114 def fetch_access_token(self):
115 """

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected