We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21691f1 commit 3c73e64Copy full SHA for 3c73e64
docs/content/en/api/auth.md
@@ -161,5 +161,5 @@ export default function({ $auth }) {
161
162
## tokens
163
164
-**Token** and **Refresh Token** are available on `$auth.token` and `$auth.refreshToken`.
+**Token** and **Refresh Token** are available on `$auth.strategy.token` and `$auth.strategy.refreshToken`.
165
Both have getters and setters and other helpers. Documented in [tokens.md](./tokens)
0 commit comments