Best way to fetch data from my own API after auth succeeds?

I’m working on a React app that uses my own data store for additional user data. I would like to load ‘my’ user after auth0’s isAuthorized value turns true and the auth id can be used as my query key. However there is no hook to respond to the authorized event as far as I can tell.

Is there a recommended way to do this?