Hi Pedro Vitorino , since there is currently no endpoint in the Graph API to obtain the token being used, other alternative methods I can provide is to write the display token function in your app to return the token obtained by the Graph SDK, I am not sure if this meets the needs of your scenario. Hope this suggestion could help you.
How to get auth token generated by the OAuth2 User-Agent flow
Pedro Vitorino
0
Reputation points
Hello,
I'm using de user-agent flow for logging in my application. The flow works, but due to limitations on the tool I'm using, I can't access the generated token. Is there any API or method that I can use to retrieve the token after the login?