@types/gapi.auth2
Advanced tools
Comparing version 0.0.53 to 0.0.54
@@ -293,10 +293,2 @@ // Type definitions for non-npm package Google Sign-In API 0.0 | ||
/** | ||
* Signs in the user. Use this method to request additional scopes for incremental | ||
* authorization or to sign in a user after the user has signed out. | ||
* When you use GoogleUser.signIn(), the sign-in flow skips the account chooser step. | ||
* See GoogleAuth.signIn(). | ||
*/ | ||
signIn(options?: SigninOptions | SigninOptionsBuilder): Promise<any>; | ||
/** | ||
* See GoogleUser.signIn() | ||
@@ -311,3 +303,3 @@ */ | ||
*/ | ||
grantOfflineAccess(scopes: string): Promise<{code: string}>; | ||
grantOfflineAccess(options?: OfflineAccessOptions): Promise<{code: string}>; | ||
@@ -314,0 +306,0 @@ /** |
{ | ||
"name": "@types/gapi.auth2", | ||
"version": "0.0.53", | ||
"version": "0.0.54", | ||
"description": "TypeScript definitions for Google Sign-In API", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "ac6b61d65480e80ae5c260b28921bf0e2cd17ac00c97350c1cd89be122beedaf", | ||
"typeScriptVersion": "3.4" | ||
"typesPublisherContentHash": "54d62d4fbdc7ef5da773abca18b7dc306edaa1c8f7770caeef8392ce43c6ee0b", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 09 Feb 2021 10:52:05 GMT | ||
* Last updated: Sun, 14 Mar 2021 06:14:02 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
14740
322