We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fad74 commit db2a337Copy full SHA for db2a337
‎types/passport-oauth2/index.d.ts‎
@@ -32,7 +32,7 @@ declare namespace OAuth2Strategy {
32
}
33
34
type StateStoreStoreCallback = (err: Error | null, state: any) => void;
35
- type StateStoreVerifyCallback = (err: Error, ok: boolean, state: any) => void;
+ type StateStoreVerifyCallback = (err: Error | null, ok: boolean, state: any) => void;
36
37
interface StateStore {
38
store(req: Request, callback: StateStoreStoreCallback): void;
‎types/passport-oauth2/package.json‎
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "@types/passport-oauth2",
4
- "version": "1.4.9999",
+ "version": "1.8.9999",
5
"projects": [
6
"https://github.com/jaredhanson/passport-oauth2#readme"
7
],
0 commit comments