How to configure Swagger OAuth 2.0 with certificate authentication instead of client secret?
I am configuring Swagger for OAuth 2.0 in my .NET application using NSwag. My setup currently relies on client secret for authentication, but my application uses a certificate instead of a client secret for OAuth 2.0.a