How to implement both Oauth & apikeyverify policy in Apigee ?
I have a requirement to implement both Oauth & apikeyverification policy . in request we might get only client creds for oauth or only apikey . In this case if Oauth is success then apikeyvery policy should not be triggered and vice versa .
any suggestions ?