Is there some way to obtain the Azure access token...
# general
t
Is there some way to obtain the Azure access token that pulumi CLI is using from within the program? I need to make a REST API call with the same token, and it feels a bit wasteful to bring extra JS libraries and make all the decisions whether to use CLI/SP/MSI while the token is somewhere there...