[ ] I have added documentation for new/changed functionality in this PR or in a PR to openfga.dev [Provide a link to any relevant PRs in the references section above]
[x] The correct base branch is being used, if not main
[ ] I have added tests to validate that the change in functionality is working as expected
Description
Moves the client to use
application/x-www-form-urlencoded
for the content type when making token requests per the spec.In order to do this we set the header on the request and provide
post_params
instead ofbody
on the request.References
Part of https://github.com/openfga/sdk-generator/issues/284 Generated from https://github.com/openfga/sdk-generator/issues/308
Review Checklist
main