MCPcopy
hub / github.com/authlib/authlib / MissingTokenTypeException

Class MissingTokenTypeException

authlib/oauth2/rfc6749/errors.py:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239
240class MissingTokenTypeException(OAuth2Error):
241 error = "missing_token_type"
242 description = "Missing 'token_type' in response."
243
244
245class MismatchingStateException(OAuth2Error):

Callers 1

parse_implicit_responseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…