I am building an ASP.NET MVC Application and I need to implement OAuth authentication with Jira.
In Jira Bitbucket repository there is an example of how to configure a client with Java and other languages, but nothing for C#.
Can anyone show me an example for a Jira OAuth Client in C#?
https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/