MCPcopy
hub / github.com/authlib/authlib / MismatchingStateException

Class MismatchingStateException

authlib/oauth2/rfc6749/errors.py:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244
245class MismatchingStateException(OAuth2Error):
246 error = "mismatching_state"
247 description = "CSRF Warning! State not equal in request and response."

Callers 2

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…