pyjwt · pyjwt/DecodeError
DecodeError
DecodeError
Raised when a token cannot be decoded because it failed validation — for example the token isn't valid base64url, isn't valid JSON once decoded, or doesn't have the header.payload.signature structure a JWT requires.
References
In this namespace
— start of namespace —
next → ExpiredSignatureError ExpiredSignatureError