Skip to content

Commit

Permalink
Merge pull request #534 from LudvigHz/docs-openid-userinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Mar 24, 2023
2 parents acde1e9 + 90ebb19 commit 70a6bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/frameworks.rst
Expand Up @@ -534,7 +534,7 @@ And later, when the client has obtained the access token, we can call::

def authorize(request):
token = oauth.google.authorize_access_token(request)
user = oauth.google.userinfo(request)
user = oauth.google.userinfo(token=token)
return '...'


Expand Down

0 comments on commit 70a6bfa

Please sign in to comment.