Is there any plan to support Certificate instead of using Client Secret?

For getting Access Token using Authorization Code rclone is using Client Secret, is there any plan to support Certificate instead of Client Secret for this flow ?

welcome to the forum,

can you please explain in more detail?

Thanks. Authorization Code flow has 1) Front end call using Browser and rclone gets Authorization Code. 2) Back end call Rclone gets access token using authorization code.
For #2 Back end call Rclone is using Client Secret to identify with IDP, for this call is there any plan to use Certificate Instead of Client Secret.

Request an access token with a certificate credential

Microsoft identity platform and OAuth 2.0 authorization code flow - Microsoft identity platform | Microsoft Learn

Is this one of these issues?

Onedrive authentication is extremely complicated!