Skip to content

Commit 637bad1

Browse files
Merge pull request #860 from xintellion/#825
#825
2 parents a7d0ca5 + 38c7c3f commit 637bad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-src/token-refresh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ When using code flow, you can get an ``refresh_token``. While the original stand
44

55
Please also note, that you have to request the ``offline_access`` scope to get an refresh token.
66

7-
To refresh your token, just call the ``refresh`` method:
7+
To refresh your token, just call the ``refreshToken`` method:
88

99
```typescript
10-
this.oauthService.refresh();
10+
this.oauthService.refreshToken();
1111
```
1212

1313

0 commit comments

Comments
 (0)