Skip to content

Commit

Permalink
Correct jwt.decode audience param doc expression
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Oct 1, 2024
1 parent a63d75c commit 8786f79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ API Reference
if ``verify_exp``, ``verify_iat``, and ``verify_nbf`` respectively
is set to ``True``).

:param Union[str, Iterable] audience: optional, the value for ``verify_aud`` check
:param audience: optional, the value for ``verify_aud`` check
:type audience: Union[str, Iterable]
:param str issuer: optional, the value for ``verify_iss`` check
:param float leeway: a time margin in seconds for the expiration check
:rtype: dict
Expand Down

0 comments on commit 8786f79

Please sign in to comment.