MCPcopy
hub / github.com/authlib/authlib / UnsupportedTokenTypeError

Class UnsupportedTokenTypeError

authlib/integrations/base_client/errors.py:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class UnsupportedTokenTypeError(OAuthError):
25 error = "unsupported_token_type"
26
27
28class MismatchingStateError(OAuthError):

Callers 2

auth_flowMethod · 0.50
__call__Method · 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…