Skip to content

Commit fb3afe4

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

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
@@ -7,7 +7,7 @@ Please also note, that you have to request the ``offline_access`` scope to get a
77
To refresh your token, just call the ``refresh`` method:
88

99
```typescript
10-
this.oauthService.refresh();
10+
this.oauthService.refreshToken();
1111
```
1212

1313

0 commit comments

Comments
 (0)