HomeSort by relevance Sort by last modified time
    Searched defs:OAuth (Results 1 - 2 of 2) sorted by null

  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 17 package net.oauth.client;
22 import net.oauth.OAuth;
23 import net.oauth.OAuthMessage;
24 import net.oauth.OAuthProblemException;
25 import net.oauth.http.HttpMessage;
26 import net.oauth.http.HttpResponseMessage;
43 for (OAuth.Parameter parameter : decodeAuthorization(header.getValue())) {
72 addParameters(OAuth.decodeForm(body.trim()));
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 17 package net.oauth;
34 public class OAuth {
41 /** The MIME type for a sequence of OAuth parameters. */
89 * name/value pairs. Use OAuth percent encoding (not exactly the encoding
150 p.append(OAuth.percentEncode(toString(v)));
161 // OAuth encodes some characters differently:
173 // This implements http://oauth.pbwiki.com/FlexibleDecoding

Completed in 33 milliseconds