Accessing the panel-oauth-code

I am using azure as the oauth handler for my panel application.

If I want to access other services on azure I need the authorization code that azure returns, how is this accessed in panel?

I can see it becomes a secure cookie in auth.py which is then cleared. But how do I access it within my app to create new oauth flows :slight_smile: