commit | 97eb87067c9129b2113dd2e92c2ea837b93dae21 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Thu Nov 17 09:43:16 2016 -0800 |
committer | GitHub <noreply@github.com> | Thu Nov 17 09:43:16 2016 -0800 |
tree | a6b05cde246c35d0aa368257640bbd38a0f7a5e5 | |
parent | 7bd15ac80b2500074f6b7eef1512f67f8798b585 [diff] [blame] |
Fix ID token verification (#87)
diff --git a/google/oauth2/id_token.py b/google/oauth2/id_token.py index 968f271..fa96fc0 100644 --- a/google/oauth2/id_token.py +++ b/google/oauth2/id_token.py
@@ -47,7 +47,7 @@ Mapping[str, str]: A mapping of public key ID to x.509 certificate data. """ - response = request('GET', certs_url) + response = request(certs_url, method='GET') if response.status != http_client.OK: raise exceptions.TransportError(