diff --git a/docs/api.rst b/docs/api.rst index d23d4bdd..95b3e14d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -67,6 +67,8 @@ API Reference :rtype: dict :returns: the JWT claims +.. module:: jwt.api_jwt + .. function:: decode_complete(jwt, key="", algorithms=None, options=None, audience=None, issuer=None, leeway=0) Identical to ``jwt.decode`` except for return value which is a dictionary containing the token header (JOSE Header),