AzureAuth
AzureAuth copied to clipboard
Add Azure CLI token authentication option
Changes:
- Add an AzureTokenCLI R6 class that calls the Azure CLI like
az account get-access-token --output json --resource <some_resource>to get an access token for the user.