Getting the JWT using Azure auth

I am using the suggested way to allow user login, i.e. Use Microsoft Entra to authenticate users - Streamlit Docs

The authentication works file: the app can read the user data.

Now, I need the JWT token to make authenticated call to an external API. How can I get that token? I see it’s not in the cookies