I am using nuxt js + @nuxjs/auth (4.9.1) to build a project.
The problem is when I use this.$auth.strategy.token.get()
to access authorization token the error Cannot read property 'get' of undefined
occur.
How can I access authorization token in @nuxtjs/auth?