MCPcopy Index your code
hub / github.com/authlib/authlib / InvalidTokenError

Class InvalidTokenError

authlib/integrations/base_client/errors.py:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class InvalidTokenError(OAuthError):
21 error = "token_invalid"
22
23
24class UnsupportedTokenTypeError(OAuthError):

Callers 4

ensure_active_tokenMethod · 0.50
requestMethod · 0.50
streamMethod · 0.50
ensure_active_tokenMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…