MCPcopy Index your code
hub / github.com/su-kaka/gcli2api / TokenError

Class TokenError

src/google_oauth_api.py:24–27  ·  view source on GitHub ↗

Token相关错误

Source from the content-addressed store, hash-verified

22
23
24class TokenError(Exception):
25 """Token相关错误"""
26
27 pass
28
29
30class Credentials:

Callers 4

refresh_if_neededMethod · 0.85
refreshMethod · 0.85
exchange_codeMethod · 0.85
get_access_tokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected