HomeSort by relevance Sort by last modified time
    Searched refs:oauth (Results 26 - 36 of 36) sorted by null

12

  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 17 package net.oauth.http;
28 import net.oauth.client.ExcerptInputStream;
  /external/oauth/core/src/main/java/net/oauth/
OAuthMessage.java 17 package net.oauth;
33 import net.oauth.http.HttpMessage;
34 import net.oauth.signature.OAuthSignatureMethod;
37 * A request or response message used in the OAuth protocol.
58 this.parameters.add(new OAuth.Parameter(
97 addParameter(new OAuth.Parameter(key, value));
116 return getParameter(OAuth.OAUTH_CONSUMER_KEY);
120 return getParameter(OAuth.OAUTH_TOKEN);
124 return getParameter(OAuth.OAUTH_SIGNATURE_METHOD);
128 return getParameter(OAuth.OAUTH_SIGNATURE)
    [all...]
ConsumerProperties.java 17 package 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
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 10 * @param {String} url_request_token The OAuth request token URL.
11 * @param {String} url_auth_token The OAuth authorize token URL.
12 * @param {String} url_access_token The OAuth access token URL.
13 * @param {String} consumer_key The OAuth consumer key.
14 * @param {String} consumer_secret The OAuth consumer secret.
15 * @param {String} oauth_scope The OAuth scope parameter.
51 * Initializes the OAuth helper from the background page. You must call this
52 * before attempting to make any OAuth calls.
55 * "request_url" {String} OAuth request token URL.
56 * "authorize_url" {String} OAuth authorize token URL
    [all...]
chrome_ex_oauthsimple.js 2 * A simpler version of OAuth
39 /* Simple OAuth
41 * This class only builds the OAuth elements, it does not do the actual
45 * api_key is the API key, also known as the OAuth consumer key
49 * offering OAuth services. You need to specify them at object creation
50 * because nobody <explative>ing uses OAuth without that minimal set of
54 * OAuth token (sorry, I don't provide the functions to fetch that because
284 var result = 'OAuth ';
287 if (!pName.match(/^oauth/)) {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 10 * @param {String} url_request_token The OAuth request token URL.
11 * @param {String} url_auth_token The OAuth authorize token URL.
12 * @param {String} url_access_token The OAuth access token URL.
13 * @param {String} consumer_key The OAuth consumer key.
14 * @param {String} consumer_secret The OAuth consumer secret.
15 * @param {String} oauth_scope The OAuth scope parameter.
51 * Initializes the OAuth helper from the background page. You must call this
52 * before attempting to make any OAuth calls.
55 * "request_url" {String} OAuth request token URL.
56 * "authorize_url" {String} OAuth authorize token URL
    [all...]
chrome_ex_oauthsimple.js 2 * A simpler version of OAuth
39 /* Simple OAuth
41 * This class only builds the OAuth elements, it does not do the actual
45 * api_key is the API key, also known as the OAuth consumer key
49 * offering OAuth services. You need to specify them at object creation
50 * because nobody <explative>ing uses OAuth without that minimal set of
54 * OAuth token (sorry, I don't provide the functions to fetch that because
284 var result = 'OAuth ';
287 if (!pName.match(/^oauth/)) {
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 10 * @param {String} url_request_token The OAuth request token URL.
11 * @param {String} url_auth_token The OAuth authorize token URL.
12 * @param {String} url_access_token The OAuth access token URL.
13 * @param {String} consumer_key The OAuth consumer key.
14 * @param {String} consumer_secret The OAuth consumer secret.
15 * @param {String} oauth_scope The OAuth scope parameter.
51 * Initializes the OAuth helper from the background page. You must call this
52 * before attempting to make any OAuth calls.
55 * "request_url" {String} OAuth request token URL.
56 * "authorize_url" {String} OAuth authorize token URL
    [all...]
chrome_ex_oauthsimple.js 2 * A simpler version of OAuth
39 /* Simple OAuth
41 * This class only builds the OAuth elements, it does not do the actual
45 * api_key is the API key, also known as the OAuth consumer key
49 * offering OAuth services. You need to specify them at object creation
50 * because nobody <explative>ing uses OAuth without that minimal set of
54 * OAuth token (sorry, I don't provide the functions to fetch that because
284 var result = 'OAuth ';
287 if (!pName.match(/^oauth/)) {
  /build/core/
user_tags.mk 418 oauth \

Completed in 430 milliseconds

12