Skip to content

Commit 8786f79

Browse files
committed
Correct jwt.decode audience param doc expression
1 parent a63d75c commit 8786f79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ API Reference
6363
if ``verify_exp``, ``verify_iat``, and ``verify_nbf`` respectively
6464
is set to ``True``).
6565

66-
:param Union[str, Iterable] audience: optional, the value for ``verify_aud`` check
66+
:param audience: optional, the value for ``verify_aud`` check
67+
:type audience: Union[str, Iterable]
6768
:param str issuer: optional, the value for ``verify_iss`` check
6869
:param float leeway: a time margin in seconds for the expiration check
6970
:rtype: dict

0 commit comments

Comments
 (0)