1
<!-- Copyright 2009-2011 Canonical Ltd. This software is licensed under the
2
GNU Affero General Public License version 3 (see the file LICENSE).
6
xmlns="http://namespaces.zope.org/zope"
7
xmlns:browser="http://namespaces.zope.org/browser"
8
xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
9
i18n_domain="canonical.launchpad">
10
<facet facet="overview">
12
for="canonical.launchpad.webapp.interfaces.ILaunchpadApplication"
14
class="lp.services.oauth.browser.OAuthRequestTokenView"
15
permission="zope.Public" />
18
for="canonical.launchpad.webapp.interfaces.ILaunchpadApplication"
19
name="+authorize-token"
20
class="lp.services.oauth.browser.OAuthAuthorizeTokenView"
21
template="../templates/oauth-authorize.pt"
22
permission="launchpad.AnyPerson" />
25
for="canonical.launchpad.webapp.interfaces.ILaunchpadApplication"
27
class="lp.services.oauth.browser.OAuthAccessTokenView"
28
permission="zope.Public" />