Lines Matching full:service
21 <li><a href="#ConnectToService">Connect to the Online Service</a></li>
26 <p>In order to securely access an online service, users need to authenticate to
27 the service—they need to provide proof of their identity. For an
28 application that accesses a third-party service, the security problem is even
30 service, but the application also needs to be authorized to act on the user's
38 example, the techniques demonstrated will work on any service that correctly
43 <li>Getting permission from the user to access an online service using his or
45 <li>Authenticating to an online service on behalf of the user.</li>
56 <li>The url of the service you want to access.</li>
63 strings that identify your app to the service. You need to obtain these strings
64 directly from the service owner. Google has a self-service system for obtaining
209 token to access an online service.</p>
212 <h2 id="ConnectToService">Connect to the Online Service</h2>