Skip to content

Commit 82bc5f0

Browse files

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/oauth2/id_token.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def verify_oauth2_token(id_token, request, audience=None, clock_skew_in_seconds=
158158
159159
Raises:
160160
exceptions.GoogleAuthError: If the issuer is invalid.
161+
ValueError: If token verification fails
161162
"""
162163
idinfo = verify_token(
163164
id_token,

0 commit comments

Comments
 (0)