@types/gapi.auth2
Advanced tools
Comparing version 0.0.52 to 0.0.53
@@ -298,3 +298,3 @@ // Type definitions for non-npm package Google Sign-In API 0.0 | ||
*/ | ||
signIn(options?: SigninOptions | SigninOptionsBuilder): any; | ||
signIn(options?: SigninOptions | SigninOptionsBuilder): Promise<any>; | ||
@@ -304,3 +304,3 @@ /** | ||
*/ | ||
grant(options?: SigninOptions | SigninOptionsBuilder): any; | ||
grant(options?: SigninOptions | SigninOptionsBuilder): Promise<any>; | ||
@@ -312,3 +312,3 @@ /** | ||
*/ | ||
grantOfflineAccess(scopes: string): void; | ||
grantOfflineAccess(scopes: string): Promise<{code: string}>; | ||
@@ -315,0 +315,0 @@ /** |
{ | ||
"name": "@types/gapi.auth2", | ||
"version": "0.0.52", | ||
"version": "0.0.53", | ||
"description": "TypeScript definitions for Google Sign-In API", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "f44d711f91452b54ba5cb0f93d9458f3176553af00447047e56a153b547f8f7a", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "ac6b61d65480e80ae5c260b28921bf0e2cd17ac00c97350c1cd89be122beedaf", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 04:09:31 GMT | ||
* Last updated: Tue, 09 Feb 2021 10:52:05 GMT | ||
* Dependencies: [@types/gapi](https://npmjs.com/package/@types/gapi) | ||
@@ -14,0 +14,0 @@ * Global values: `gapi` |
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
15097