-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
documentation 📑Improvements or additions to documentationImprovements or additions to documentationhacktoberfest
Milestone
Description
Specify your setup
- Operating System:
- Node version:
- npm version:
- version of @node-oauth/oauth2-server
- which OAuth2 workflow:
- at which workflow step does the error occur:
Describe the bug
Typescript type seems to be wrong for the revokeToken
argument token
Line 371 in b9d4093
revokeToken(token: RefreshToken | Token, callback?: Callback<boolean>): Promise<boolean>; |
Expected behavior
Should be only RefreshToken
Metadata
Metadata
Assignees
Labels
documentation 📑Improvements or additions to documentationImprovements or additions to documentationhacktoberfest