Skip to content

Commit 70a6bfa

Browse files
authored
Merge pull request authlib#534 from LudvigHz/docs-openid-userinfo
2 parents acde1e9 + 90ebb19 commit 70a6bfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/client/frameworks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ And later, when the client has obtained the access token, we can call::
534534

535535
def authorize(request):
536536
token = oauth.google.authorize_access_token(request)
537-
user = oauth.google.userinfo(request)
537+
user = oauth.google.userinfo(token=token)
538538
return '...'
539539

540540

0 commit comments

Comments
 (0)