Skip to content

Commit 3c73e64

Browse files
authored
docs(api): fix access of token and refresh token instances (#1229)
Before : `$auth.token` and `$auth.refreshToken` After: `$auth.strategy.token` `$auth.strategy.refreshToken`
1 parent 21691f1 commit 3c73e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/api/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,5 @@ export default function({ $auth }) {
161161

162162
## tokens
163163

164-
**Token** and **Refresh Token** are available on `$auth.token` and `$auth.refreshToken`.
164+
**Token** and **Refresh Token** are available on `$auth.strategy.token` and `$auth.strategy.refreshToken`.
165165
Both have getters and setters and other helpers. Documented in [tokens.md](./tokens)

0 commit comments

Comments
 (0)