python-oauth2client 1.2-2 source package in Ubuntu
Changelog
python-oauth2client (1.2-2) unstable; urgency=low * Removes embedded uritemplate folder from binary. -- Thomas Goirand <email address hidden> Mon, 02 Sep 2013 09:00:22 +0000
Upload details
- Uploaded by:
- Debian Cloud Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Cloud Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-oauth2client_1.2-2.dsc | 1.4 KiB | 00e3df75d201a6410776b974f9e693c45d7a314e24258d17f88ff04cbdabf417 |
python-oauth2client_1.2.orig.tar.gz | 37.2 KiB | 7ed84c327d61284bb32158ef1b3723106861efd64a8cc07e918a1db33d88fdbd |
python-oauth2client_1.2-2.debian.tar.gz | 2.0 KiB | 8e2016b0ddac18640d8a3b56f20d79d578d0e745ff8645854d81750fba2e4896 |
No changes file available.
Binary packages built by this source
- python-oauth2client: OAuth 2.0 client library
The oauth2client is a client library for OAuth 2.0.
.
OAuth is an open standard for authorization. OAuth provides a method for
clients to access server resources on behalf of a resource owner (such as a
different client or an end-user). It also provides a process for end-users to
authorize third-party access to their server resources without sharing their
credentials (typically, a username and password pair), using user-agent
redirections.
.
OAuth is a service that is complementary to, and therefore distinct from,
OpenID. OAuth is also distinct from OATH, which is a reference architecture
for authentication (i.e. not a standard).