Last active
October 24, 2019 06:10
-
-
Save dzeyelid/34f12b36d1888cad187ce5b9317353d7 to your computer and use it in GitHub Desktop.
Ecample of empty subscription in `~/.azure/slsTokenCache.json`. See https://link.medium.com/eEGXRL1v20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"entries": [ | |
{ | |
"tokenType": "Bearer", | |
"expiresIn": 3600, | |
"expiresOn": "2019-10-21T08:57:07.417Z", | |
"resource": "https://management.core.windows.net/", | |
"accessToken": "<hidden>", | |
"refreshToken": "<hidden>", | |
"userId": "[email protected]", | |
"isUserIdDisplayable": true, | |
"familyName": "family-name", | |
"givenName": "given-name", | |
"identityProvider": "live.com", | |
"tenantId": "xxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", | |
"isMRRT": true, | |
"_clientId": "xxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", | |
"_authority": "https://login.microsoftonline.com/common" | |
} | |
], | |
"subscriptions": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment