Skip to content

Commit

Permalink
Merge pull request #19 from praw-dev/state-docs
Browse files Browse the repository at this point in the history
State docs
  • Loading branch information
LilSpazJoekp authored Feb 24, 2021
2 parents 6ced810 + 96fe4be commit d3f4716
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions asyncprawcore/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ def authorize_url(self, duration, scopes, state, implicit=False):
is set to ``True``.
:param scopes: A list of OAuth scopes to request authorization for.
:param state: A string that will be reflected in the callback to
``redirect_uri``. This value should be temporarily unique to the
client for whom the URL was generated for.
``redirect_uri``. Elements must be printable ASCII characters in the range
0x20 through 0x7E inclusive. This value should be temporarily unique to the
client for whom the URL was generated.
:param implicit: (optional) Use the implicit grant flow (default:
False). This flow is only available for UntrustedAuthenticators.
Expand Down

0 comments on commit d3f4716

Please sign in to comment.