Running APEX 23.2 on Oracle 21c.
I would like to using the APEX_Credentials package and APEX credential support, but it appears that it uses x-www-form-urlencoded for the OAUTH2 token processing, and I am faced with an API that insists on form-data for the Tokens endpoint. I have confirmed that this API will accept form-data via Postman, curl and even by hand building the the form using Apex_Web_Service.Append_To_Multipart.
Can anyone confirm that APEX Oauth Credential support only used x-www-form-urlencoded for the Tokens call?
Is that changed in later APEX version (or made an option?)