Skip to content

Commit 90ebb19

Browse files
committed
docs: Update openID client userinfo usage
1 parent acde1e9 commit 90ebb19

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)