понедельник, 22 марта 2010 г.

AuthSub in the Google Data Protocol Client Libraries

http://code.google.com/intl/ru/apis/gdata/docs/auth/authsub.html

This document describes how to use the Google Data API client libraries to connect to Google's AuthSub Authentication for Web Applications.

The AuthSub interface allows a web-based application to access a Google service on behalf of a user. To maintain a high level of security, the AuthSub interface enables the application to get an authentication token without ever handling the user's account login information.

The Google Data API client libraries provide methods to help you use AuthSub in your web application. Specifically, there are methods for constructing the request URL, acquiring a single-use authentication token, exchanging the single-use token for a session token, and signing the request.

Note: The JavaScript client library has its own flavor of AuthSub, called AuthSubJS. For information on how to use AuthSubJS in your JavaScript applications, see Using "AuthSub" Authentication with the JavaScript Client Library.

Contents

Комментариев нет:

Отправить комментарий