Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/oauth2/id_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def verify_oauth2_token(id_token, request, audience=None, clock_skew_in_seconds=
Raises:
exceptions.GoogleAuthError: If the issuer is invalid.
ValueError: If token verification fails
"""
idinfo = verify_token(
id_token,
Expand Down

0 comments on commit b743063

Please sign in to comment.