Third Party Developer tokens

I have Auth0 setup with JSON web tokens to authenticate users with my API.

Now, I need to allow my users to allow third-party developers to access their data (ie a developer platform like Slack or Github).

Is this what dynamic client registration is designed for?

thanks