application/json contenType header as default when sending requests, but endpoints like instrospect, token and revoke needs application/x-www-form-urlencoded; so doing authClient.oauth.token(...) will return a 415 status code. I had to add the proper header inside the fetchSetting headers object to make it work.onRequest callback inside the OAuth plugin object configuration?