once we generate an access token using client credentials grant type (In post verb) something like this
after this in Get verb whenever client hit on another api then user got response and internally dynamically allocated to access token in header
for this this i created a proxy called as PC-Demo-1 with the verify access token(OAuth2.0) and in this proxy i passed basepath https://mocktarget.apigee.net/json
and in another api proxy i set as no target point and inside this i generated access token
and now i want i don't type access token i want whenever i hit on pc-demo-2-oauth2 api with grant type etc . and its verify and then if i hit on pc-demo-1 i got response