mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #2185 from domesticmouse/patch-2
Making gapi.auth.authorize accept string|array
This commit is contained in:
Vendored
+1
-1
@@ -48,7 +48,7 @@ declare module gapi.auth {
|
||||
/**
|
||||
* The auth scope or scopes to authorize. Auth scopes for individual APIs can be found in their documentation.
|
||||
*/
|
||||
scope?: any[]
|
||||
scope?: any
|
||||
}, callback: (token: GoogleApiOAuth2TokenObject) => any): void;
|
||||
/**
|
||||
* Initializes the authorization feature. Call this when the client loads to prevent popup blockers from blocking the auth window on gapi.auth.authorize calls.
|
||||
|
||||
Reference in New Issue
Block a user