I am using REST API(POST - /oauth/token) to fetch the access token in VBCS. API Response can be viewed in console and this may lead to misuse of the access token if someone checks the console.
Is there any way to hide/encode/encrypt the response in console?