Skip to content

Commit 38c7c3f

Browse files
author
Melvin Williams
committed
Wrong function name in refresh token documentation
1 parent fb3afe4 commit 38c7c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-src/token-refresh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
1010
this.oauthService.refreshToken();

0 commit comments

Comments
 (0)