Hello everyone,
Any suggestion how to build javascript client to implement the Adobe I/O call for access token?Below you can find what I want to implement.
curl -X POST -H "Cache-Control: no-cache" -H "Content-Type: multipart/form-data" -F "client_id=xxx" -F "client_secret=xxx" -F "jwt_token=xxxxxx"
Thanks