File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ methods of obtaining refresh tokens. All of these are dependant on you
203
203
specifying an accurate ``expires_in `` in the token.
204
204
205
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 ``.
206
+ indicating in how many seconds from now the access token expires. Commonly,
207
+ access tokens expire after an hour and the ``expires_in `` would be ``3600 ``.
208
208
Without this it is impossible for ``requests-oauthlib `` to know when a token
209
209
is expired as the status code of a request failing due to token expiration is
210
210
not defined.
You can’t perform that action at this time.
0 commit comments