We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d95a7 commit fb3afe4Copy full SHA for fb3afe4
docs-src/token-refresh.md
@@ -7,7 +7,7 @@ Please also note, that you have to request the ``offline_access`` scope to get a
7
To refresh your token, just call the ``refresh`` method:
8
9
```typescript
10
-this.oauthService.refresh();
+this.oauthService.refreshToken();
11
```
12
13
0 commit comments