Index: chrome/common/extensions/api/experimental.identity.json |
=================================================================== |
--- chrome/common/extensions/api/experimental.identity.json (revision 136630) |
+++ chrome/common/extensions/api/experimental.identity.json (working copy) |
@@ -26,6 +26,34 @@ |
] |
} |
] |
+ }, |
+ { |
+ "name": "launchWebAuthFlow", |
+ "type": "function", |
+ "description": "Starts an auth flow at the specified URL.", |
+ "parameters": [ |
+ { |
+ "name": "launchInfo", |
+ "type": "object", |
+ "properties": { |
+ "url": { |
+ "type": "string", |
+ "description": "The URL that initiates the auth flow" |
+ } |
+ } |
+ }, |
+ { |
+ "name": "callback", |
+ "type": "function", |
+ "parameters": [ |
+ { |
+ "name": "reponseUrl", |
+ "type": "string", |
+ "description": "The URL redirected back to your application" |
+ } |
+ ] |
+ } |
+ ] |
} |
] |
} |