Skip to content

Commit

Permalink
auth: fix docs for verify_google_id_token
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Jul 22, 2015
1 parent d504a40 commit 9357292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions componentsdb/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def _get_default_certs():

def verify_google_id_token(token, client_id):
"""Verify the id token against the Google public keys. Note that this
function does *not* validate the audience (aud) or hosted domain (hd)
claims. If *does* verify the issuer (iss) claim.
function does *not* validate the hosted domain (hd) claim. It *does* verify
the issuer (iss) claim.
If verification fails, an oauth2client.crypt.AppIdentityError is raised.
"""
Expand Down

0 comments on commit 9357292

Please sign in to comment.