Last active
February 6, 2019 04:31
-
-
Save tmkasun/9d73221b806ac396caadc4aa266087f7 to your computer and use it in GitHub Desktop.
APIClient
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
const authorizations = { | |
OAuth2Security: { | |
token: { access_token: AuthManager.getUser(environment.label).getPartialToken() }, | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment