Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
[gecko.git] / dom / mobileid / interfaces / nsIMobileIdentityService.idl
blobb5addf37d60a47742b48360470f4565e859379a8
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
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "nsISupports.idl"
7 interface nsIDOMWindow;
9 [scriptable, uuid(2dff5d37-d39d-4a7b-9bad-c108712c8a91)]
10 interface nsIMobileIdentityService : nsISupports
12 nsISupports getMobileIdAssertion(in nsIDOMWindow window,
13 in jsval options);