diff --git a/docs-src/token-refresh.md b/docs-src/token-refresh.md index f5709ad6..7a4e93dd 100644 --- a/docs-src/token-refresh.md +++ b/docs-src/token-refresh.md @@ -4,7 +4,7 @@ When using code flow, you can get an ``refresh_token``. While the original stand Please also note, that you have to request the ``offline_access`` scope to get an refresh token. -To refresh your token, just call the ``refresh`` method: +To refresh your token, just call the ``refreshToken`` method: ```typescript this.oauthService.refreshToken();