Skip to content

Commit

Permalink
#825:
Browse files Browse the repository at this point in the history
Wrong function name in refresh token documentation
  • Loading branch information
Melvin Williams committed Jun 14, 2020
1 parent fb3afe4 commit 38c7c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/token-refresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 38c7c3f

Please sign in to comment.