Secret rotation when using Dynamic Client Registration

Hello, I’m currently integrating an application with Keycloak Dynamic Client Registration endpoints. Registration, deletion and other actions work fine for me but I’m not finding enough info. on how to regenerate a client secret.

The standard mentions the following rotate secret flow but couldn’t find info on whether this is implemented or not, or can be achieved in a different way, etc.: OAuth Dynamic Client Registration Protocol

Thanks.