-1:000000000000 | 0:9362fb7da79f |
---|---|
1 /* This Source Code Form is subject to the terms of the Mozilla Public | |
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file, | |
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
4 | |
5 #include "nsISupports.idl" | |
6 | |
7 [scriptable, uuid(ab8d0700-9577-11e3-a5e2-0800200c9a66)] | |
8 interface nsIFxAccountsUIGlue : nsISupports | |
9 { | |
10 // Returns a Promise. | |
11 jsval signInFlow(); | |
12 | |
13 // Returns a Promise. | |
14 jsval refreshAuthentication(in DOMString accountId); | |
15 }; |