Skip to content

Commit

Permalink
Merge pull request #860 from xintellion/#825
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer authored Jun 30, 2020
2 parents a7d0ca5 + 38c7c3f commit 637bad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-src/token-refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ 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.refresh();
this.oauthService.refreshToken();
```


Expand Down

0 comments on commit 637bad1

Please sign in to comment.