Use Case :
We need to create a test endpoint which can create multiple access tokens(50) .
We can implement this in a javascript policy and invoke the OAuth proxy via HTTPclient in a loop.
But this will involve a 'network hop' (i.e. a round trip to Apigee Load balancer) .
Also we cannot use proxy-chaining concept in a Javascript poilcy .
Is there an efficient way we can implement this use-case or we have to implement this with the way described above.