I am able to write html/js sample to get token, send it as bearer and parse in my Google Cloud Function. However, I did not find instructions of how to achieve this via POSTMAN.
If I extract the tokenId from my html page, and paste in postman it works (until it expires).
I was hoping there is an easy way from within Postman Auth, e.g. to use OAuth 2.0 and get a token from within Postman, and then use that for my subsequent postman calls.
If someone can point me to specific instructions that would be appreciated.
Thanks