My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
OAuth  
[DEPRECATED] OAuth 1.0a support.
Updated May 15, 2012 by rmis...@google.com

Support for OAuth 1.0 is deprecated. Instead, please use the latest draft of OAuth 2.0.

OAuth 1.0a is one of the supported authentication methods in this library.

Next, take a look at the Android AccountManager support.

Overview

Overview of supported OAuth methods:

  • Three-legged (end user authorization)
  • Two-legged (domain-wide delegation)
  • Signature methods
    • HMAC-SHA1
      • Registered (web applications)
      • Anonymous (installed applications)
    • RSA-SHA1

For more details, read the OAuth 1.0a JavaDoc.

For more details on OAuth 1.0a in general, please read the specification.

Powered by Google Project Hosting