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