@types/gapi.auth2
Advanced tools
Comparing version 0.0.36 to 0.0.37
@@ -174,2 +174,7 @@ // Type definitions for Google Sign-In API 0.0 | ||
/** | ||
* Forces a refresh of the access token, and then returns a Promise for the new AuthResponse. | ||
*/ | ||
reloadAuthResponse(): Promise<AuthResponse>; | ||
/** | ||
* Returns true if the user granted the specified scopes. | ||
@@ -176,0 +181,0 @@ */ |
{ | ||
"name": "@types/gapi.auth2", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "TypeScript definitions for Google Sign-In API", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "2b064f9c1f4560790a5cbfcd7a2b98f4d4e75fc42b62bde6e71fa2926f624d39", | ||
"typesPublisherContentHash": "93255a2ea49c8ce2514653224a349c4073332eda7ea0df0612c23ad19cb86cd0", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 26 Apr 2017 17:34:12 GMT | ||
* Last updated: Wed, 26 Apr 2017 18:38:06 GMT | ||
* Dependencies: gapi | ||
@@ -14,0 +14,0 @@ * Global values: gapi |
Sorry, the diff of this file is not supported yet
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
11614
250