MCPcopy
hub / github.com/authlib/authlib / MissingCodeException

Class MissingCodeException

authlib/oauth2/rfc6749/errors.py:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229
230class MissingCodeException(OAuth2Error):
231 error = "missing_code"
232 description = "Missing 'code' in response."
233
234
235class MissingTokenException(OAuth2Error):

Callers 2

prepare_token_requestFunction · 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…