Skip to content

Commit d78cc2f

Browse files
authored
Fixed typo
Line 5: "an refresh token" should be "a refresh token"
1 parent 8d152c2 commit d78cc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-src/token-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
When using code flow, you can get an ``refresh_token``. While the original standard DOES NOT allow this for SPAs, the mentioned [OAuth 2.0 Security Best Current Practice](https://tools.ietf.org/html/draft-ietf-oauth-security-topics-13) document proposes to ease this limitation. However, it specifies a list of requirements one should take care about before using ``refresh_tokens``. Please make sure you respect those requirements.
44

5-
Please also note, that you have to request the ``offline_access`` scope to get an refresh token.
5+
Please also note, that you have to request the ``offline_access`` scope to get a refresh token.
66

77
To refresh your token, just call the ``refreshToken`` method:
88

0 commit comments

Comments
 (0)