Open
Description
I have on api which generates the access token.
We have other apis as well which will use the generated token, I want to validate the token when click on authorize button. If token generated using the first api is not passed correctly, It shouldn't let the user to use the try out feature.
Any lead you be much appreciated.