Token Method in ASP.NET, Accepting every HTTP method in curl Token Method in ASP.NET, Accepting every HTTP method in curl curl curl

Token Method in ASP.NET, Accepting every HTTP method in curl


OAuthAuthorizationServerOptions is asp.net identity core class. which you can find under this namespace Microsoft.Owin.Security.OAuth.

There is a method in this library, request.method. It will show the API method name.