diff --git a/docs-src/token-refresh.md b/docs-src/token-refresh.md index 910fe517..f5709ad6 100644 --- a/docs-src/token-refresh.md +++ b/docs-src/token-refresh.md @@ -7,7 +7,7 @@ Please also note, that you have to request the ``offline_access`` scope to get a To refresh your token, just call the ``refresh`` method: ```typescript -this.oauthService.refresh(); +this.oauthService.refreshToken(); ```