@types/oauth2-server
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -242,3 +242,3 @@ // Type definitions for Node OAuth2 Server 3.0 | ||
*/ | ||
generateAuthorizationCode?(callback?: Callback<string>): Promise<string>; | ||
generateAuthorizationCode?(client: Client, user: User, scope: string, callback?: Callback<string>): Promise<string>; | ||
@@ -245,0 +245,0 @@ /** |
{ | ||
"name": "@types/oauth2-server", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "TypeScript definitions for Node OAuth2 Server", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -28,4 +28,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "579b9fb8766343a6dbfcdc6e3989076bb9f6c35b12df827e63b394d56ebfe166", | ||
"typesPublisherContentHash": "bc33be32a0d422ade7fedf388fba48d7a060dcf932d281467c249b6019e6d3aa", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth2-server | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth2-server | ||
Additional Details | ||
* Last updated: Wed, 24 Jan 2018 23:12:21 GMT | ||
* Last updated: Sun, 27 May 2018 14:13:13 GMT | ||
* Dependencies: express | ||
@@ -14,0 +14,0 @@ * Global values: none |
14430