Auth0 + Apollo Client + Apollo Link

Does anyone have an example auth link?

My big question is how can I get the access token easily?

I’ve seen examples where you build a custom ApolloProvider but… is there any simple way to get the token?

Like without auth0 I can just grab it with localStorage.getItem(‘myTokenname’)

Is there any auth0 package that will like me do that?

import auth0 from 'auth0';

let token = await auth0.getMyToken();