We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d75279c + fe64d5a commit 46f886cCopy full SHA for 46f886c
1 file changed
docs/oauth2_workflow.rst
@@ -203,8 +203,8 @@ methods of obtaining refresh tokens. All of these are dependant on you
203
specifying an accurate ``expires_in`` in the token.
204
205
``expires_in`` is a credential given with the access and refresh token
206
-indiciating in how many seconds from now the access token expires. Commonly,
207
-access tokens expire after an hour an the ``expires_in`` would be ``3600``.
+indicating in how many seconds from now the access token expires. Commonly,
+access tokens expire after an hour and the ``expires_in`` would be ``3600``.
208
Without this it is impossible for ``requests-oauthlib`` to know when a token
209
is expired as the status code of a request failing due to token expiration is
210
not defined.
0 commit comments