Skip to content

Commit

Permalink
Add comment link to rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Sep 2, 2024
1 parent c0fbad4 commit 61f1b03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oauthenticator/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,8 @@ async def get_token_info(self, handler, params):
Makes a "POST" request to `self.token_url`, with the parameters received as argument.
Returns:
the JSON response to the `token_url` the request.
the JSON response to the `token_url` the request as described in
https://www.rfc-editor.org/rfc/rfc6749#section-5.1
Called by the :meth:`oauthenticator.OAuthenticator.authenticate`
"""
Expand Down

0 comments on commit 61f1b03

Please sign in to comment.