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 a94b6b7 + 7a336cb commit feede5dCopy full SHA for feede5d
README.rst
@@ -63,8 +63,8 @@ Authenticate (get access/refresh token)
63
64
If you navigate the user to the auth_url, the user will eventually get
65
redirected to http://YOUR_REDIRECT_URL?code=YOUR_AUTH_CODE. After
66
-getting the code, you will be able to use the code to exchange for
67
-access token and fresh token.
+getting the code, you will be able to use the code to exchange for an
+access token and refresh token.
68
69
The SDK handles all the work for you; all you need to do is run:
70
0 commit comments