@types/oauth2orize
Advanced tools
Comparing version 1.8.8 to 1.8.9
@@ -15,3 +15,3 @@ // Type definitions for oauth2orize 1.8 | ||
interface Request { | ||
oauth2?: OAuth2; | ||
oauth2?: OAuth2 | undefined; | ||
} | ||
@@ -44,3 +44,3 @@ } | ||
export interface MiddlewareRequest extends IncomingMessage { | ||
oauth2?: OAuth2; | ||
oauth2?: OAuth2 | undefined; | ||
user?: any; | ||
@@ -57,4 +57,4 @@ } | ||
export interface AuthorizeOptions { | ||
idLength?: number; | ||
sessionKey?: string; | ||
idLength?: number | undefined; | ||
sessionKey?: string | undefined; | ||
} | ||
@@ -69,3 +69,3 @@ | ||
export interface ErrorHandlerOptions { | ||
mode?: string; | ||
mode?: string | undefined; | ||
} | ||
@@ -76,3 +76,3 @@ | ||
status: number; | ||
uri?: string; | ||
uri?: string | undefined; | ||
@@ -191,3 +191,3 @@ /** | ||
// deployed. | ||
scopeSeparator?: string; | ||
scopeSeparator?: string | undefined; | ||
} | ||
@@ -206,3 +206,3 @@ | ||
// of the token endpoint, the property will contain the OAuth 2.0 client. | ||
userProperty?: string; | ||
userProperty?: string | undefined; | ||
@@ -214,3 +214,3 @@ // For maximum flexibility, multiple scope spearators can optionally be | ||
// deployed. | ||
scopeSeparator?: string; | ||
scopeSeparator?: string | undefined; | ||
} | ||
@@ -217,0 +217,0 @@ |
{ | ||
"name": "@types/oauth2orize", | ||
"version": "1.8.8", | ||
"version": "1.8.9", | ||
"description": "TypeScript definitions for oauth2orize", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth2orize", | ||
"license": "MIT", | ||
@@ -35,4 +36,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "a8657126919a83df4dc56c734e1dce31b6e71491c87aad14395b78ed2df26fa8", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "713d2b1b7f24e86e6f3b05869a9796f7406057d93936616c5adf533dd4b69df9", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 17 Apr 2020 22:20:31 GMT | ||
* Last updated: Thu, 08 Jul 2021 18:51:43 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/express](https://npmjs.com/package/@types/express) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
14367
0