We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3afe4 commit 38c7c3fCopy full SHA for 38c7c3f
docs-src/token-refresh.md
@@ -4,7 +4,7 @@ When using code flow, you can get an ``refresh_token``. While the original stand
4
5
Please also note, that you have to request the ``offline_access`` scope to get an refresh token.
6
7
-To refresh your token, just call the ``refresh`` method:
+To refresh your token, just call the ``refreshToken`` method:
8
9
```typescript
10
this.oauthService.refreshToken();
0 commit comments