Commit 82bc5f0
Docs: note ValueError in
These `ValueError`s can be raised by `google.auth.jwt.decode` e.g.:
* https://github.com/googleapis/google-auth-library-python/blob/8f1e9cfd56dbaae0dff64499e1d0cf55abc5b97e/google/oauth2/id_token.py#L162
* https://github.com/googleapis/google-auth-library-python/blob/8f1e9cfd56dbaae0dff64499e1d0cf55abc5b97e/google/oauth2/id_token.py#L135
* https://github.com/googleapis/google-auth-library-python/blob/8f1e9cfd56dbaae0dff64499e1d0cf55abc5b97e/google/auth/jwt.py#L255
Handling of this is noted in the user docs [1]
[1] https://developers.google.com/identity/sign-in/web/backend-auth
Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>verify_oauth2_token (#928)1 parent c993504 commit 82bc5f0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
0 commit comments