Hi,
I want to add Authorize security scheme on spec for passing x-api-key along with client id and secret in the request to get Access Token.
I am using oauth2 and is passing client credentials under flows and token url. I want to pass an additional parameter,say x-api-key for the authorize button to generate access token from my proxy.
I am using this spec for creating authorize button in dev portal (Integrated portal) for try api.
Please provide me with a solution asap.