node-oauth / node-oauth2-server

🚀 The successor to oauthjs/oauth2-server. 🔒 Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE.
https://www.npmjs.com/package/@node-oauth/oauth2-server
MIT License
288 stars 39 forks source link

fix typing of revokeToken #247

Closed jorenvandeweyer closed 11 months ago

jorenvandeweyer commented 11 months ago

Summary

Fixes #237

Remove Token from the types file

Linked issue(s)

237

Involved parts of the project

Typescript type

Added tests?

NA

OAuth2 standard

See Issue

Reproduction

NA