I would like to forcibly invalidate a Bearer Token that was issued by the default ApplicationOAuthProvider from the ASP.Net Web API2 project template.
The project has the below code, which doesn't work for Bearer tokens.
Authentication.SignOut(CookieAuthenticationDefaults.AuthenticationType);