I have a REST API in java that displays some confidential data. Now, even if i use an auth token, if some one has a proxy installed can see that data i.e., the client-Id etc that is used to get the auth token, and then use the auth token to hit the REST API.
Is there a way to prevent this.