Skip to content

Commit

Permalink
Update jwt/api_jwt.py
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Maurin <julian.maurin.perso@pm.me>
  • Loading branch information
auvipy and JulianMaurin committed Jul 22, 2022
1 parent 07428f2 commit 538776a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt/api_jwt.py
Expand Up @@ -76,7 +76,7 @@ def decode_complete(
detached_payload: Optional[bytes] = None,
# passthrough arguments to _validate_claims
# consider putting in options
audience: Optional[Union[str, Iterable]] = None,
audience: Optional[Union[str, Iterable[str]]] = None,
issuer: Optional[str] = None,
leeway: Union[int, float, timedelta] = 0,
# kwargs
Expand Down

0 comments on commit 538776a

Please sign in to comment.