Skip to content

Commit

Permalink
Fix example broker D-Bus XML file (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
adombeck authored Nov 6, 2024
2 parents c91dd5b + d020006 commit 2b0f1d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examplebroker/com.ubuntu.auth.ExampleBroker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
</method>
<method name="GetAuthenticationModes">
<arg type="s" direction="in" name="sessionID"/>
<arg type="a{s}s" direction="in" name="supportedUILayouts"/>
<arg type="a{s}s" direction="out" name="authenticationModes"/>
<arg type="a{ss}" direction="in" name="supportedUILayouts"/>
<arg type="a{ss}" direction="out" name="authenticationModes"/>
</method>
<method name="SelectAuthenticationMode">
<arg type="s" direction="in" name="sessionID"/>
<arg type="s" direction="in" name="authenticationModeName"/>
<arg type="a{s}s" direction="out" name="uiLayoutInfo"/>
<arg type="a{ss}" direction="out" name="uiLayoutInfo"/>
</method>
<method name="IsAuthenticated">
<arg type="s" direction="in" name="sessionID"/>
Expand Down

0 comments on commit 2b0f1d1

Please sign in to comment.