Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
get
Method · 0.45
Tested by
no test coverage detected