Nextjs-auth0 - Manually specify token for login

Hi Team

I am trying to use nextjs-auth0 in my Tauri application. For this to work I have a button that when clicked opens an external browser to login, then calls back to a custom URI handler to return me my token. This all works great. But I would love to be able to use the auth handler from nextjs-auth0. Is there a way I an pass my JWT auth token into this library somehow to authenticate myself instead of needing to use the built in auth flow from nextjs-auth0 which requires you to use an express server and some custom API’s.

I am looking for something like userLogin('token_here');

Helpfully this makes sense to someone out there. If you need me to explain further, please let me know