gsignond first release 0.0.1
[profile/ivi/gsignond.git] / src / daemon / dbus / interfaces / com.google.code.AccountsSSO.gSingleSignOn.AuthSession.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2 <node>
3   <interface name="com.google.code.AccountsSSO.gSingleSignOn.AuthSession">
4     <signal name="stateChanged">
5       <arg name="state" type="i" direction="out"/>
6       <arg name="message" type="s" direction="out"/>
7     </signal>
8     <signal name="unregistered">
9     </signal>
10     <method name="queryAvailableMechanisms">
11       <arg type="as" direction="out"/>
12       <arg name="wantedMechanisms" type="as" direction="in"/>
13     </method>
14     <method name="process">
15       <arg type="a{sv}" direction="out"/>
16       <arg name="sessionDataVa" type="a{sv}" direction="in"/>
17       <arg name="mechanism" type="s" direction="in"/>
18     </method>
19     <method name="cancel">
20       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
21     </method>
22   </interface>
23 </node>