Skip to content

Commit

Permalink
Update settings.rst (#1253)
Browse files Browse the repository at this point in the history
Minor correction
  • Loading branch information
beruic committed Mar 7, 2023
1 parent bd865d6 commit a58fe48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ this value if you wrote your own implementation (subclass of
ACCESS_TOKEN_GENERATOR
~~~~~~~~~~~~~~~~~~~~~~
Import path of a callable used to generate access tokens.
oauthlib.oauth2.tokens.random_token_generator is (normally) used if not provided.
oauthlib.oauth2.rfc6749.tokens.random_token_generator is (normally) used if not provided.

ALLOWED_REDIRECT_URI_SCHEMES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit a58fe48

Please sign in to comment.