mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Added chrome.identity.getAuthToken
This commit is contained in:
Vendored
+9
@@ -1056,6 +1056,15 @@ declare module chrome.history {
|
||||
var onVisitRemoved: HistoryVisitRemovedEvent;
|
||||
}
|
||||
|
||||
|
||||
////////////////////
|
||||
// Identity
|
||||
////////////////////
|
||||
declare module chrome.identity {
|
||||
var getAuthToken: (options:{}, cb:(token:{})=>void)=>void;
|
||||
}
|
||||
|
||||
|
||||
////////////////////
|
||||
// Internationalization
|
||||
////////////////////
|
||||
|
||||
Reference in New Issue
Block a user