Skip to content

Instantly share code, notes, and snippets.

@tmkasun
Last active February 6, 2019 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmkasun/9d73221b806ac396caadc4aa266087f7 to your computer and use it in GitHub Desktop.
Save tmkasun/9d73221b806ac396caadc4aa266087f7 to your computer and use it in GitHub Desktop.
APIClient
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