We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63d75c commit 8786f79Copy full SHA for 8786f79
docs/api.rst
@@ -63,7 +63,8 @@ API Reference
63
if ``verify_exp``, ``verify_iat``, and ``verify_nbf`` respectively
64
is set to ``True``).
65
66
- :param Union[str, Iterable] audience: optional, the value for ``verify_aud`` check
+ :param audience: optional, the value for ``verify_aud`` check
67
+ :type audience: Union[str, Iterable]
68
:param str issuer: optional, the value for ``verify_iss`` check
69
:param float leeway: a time margin in seconds for the expiration check
70
:rtype: dict
0 commit comments