HomeSort by relevance Sort by last modified time
    Searched full:consumer_key (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 48 public static final String CONSUMER_KEY = "anonymous";
51 public static final String CONSUMER_SECRET = CONSUMER_KEY;
73 new DefaultOAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 48 public static final String CONSUMER_KEY = "anonymous";
51 public static final String CONSUMER_SECRET = CONSUMER_KEY;
73 new DefaultOAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 13 * @param {String} consumer_key The OAuth consumer key.
22 consumer_key, consumer_secret, oauth_scope, opt_args) {
26 this.consumer_key = consumer_key;
58 * "consumer_key" {String} OAuth consumer key.
184 consumer_key : this.consumer_key,
215 consumer_key : this.consumer_key,
235 * "consumer_key" {String} OAuth consumer key
    [all...]
background.html 25 'consumer_key': 'anonymous',
chrome_ex_oauthsimple.js 81 OAuthSimple = function (consumer_key,shared_secret)
91 if (consumer_key !== undefined) {
92 this._secrets['consumer_key'] = consumer_key;
196 this._secrets.consumer_key = this._secrets.api_key;
205 if (this._secrets.consumer_key === undefined) {
206 throw('Missing required consumer_key in OAuthSimple.setTokensAndSecrets');
369 if (this._secrets.consumer_key === undefined) {
370 throw('No consumer_key set for OAuthSimple.');
372 this._parameters['oauth_consumer_key']=this._secrets.consumer_key;
    [all...]
README 28 'consumer_key' : <OAuth consumer key>,
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 13 * @param {String} consumer_key The OAuth consumer key.
22 consumer_key, consumer_secret, oauth_scope, opt_args) {
26 this.consumer_key = consumer_key;
58 * "consumer_key" {String} OAuth consumer key.
184 consumer_key : this.consumer_key,
215 consumer_key : this.consumer_key,
235 * "consumer_key" {String} OAuth consumer key
    [all...]
chrome_ex_oauthsimple.js 81 OAuthSimple = function (consumer_key,shared_secret)
91 if (consumer_key !== undefined) {
92 this._secrets['consumer_key'] = consumer_key;
196 this._secrets.consumer_key = this._secrets.api_key;
205 if (this._secrets.consumer_key === undefined) {
206 throw('Missing required consumer_key in OAuthSimple.setTokensAndSecrets');
369 if (this._secrets.consumer_key === undefined) {
370 throw('No consumer_key set for OAuthSimple.');
372 this._parameters['oauth_consumer_key']=this._secrets.consumer_key;
    [all...]
README 28 'consumer_key' : <OAuth consumer key>,
background.html 16 'consumer_key' : 'anonymous',
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 13 * @param {String} consumer_key The OAuth consumer key.
22 consumer_key, consumer_secret, oauth_scope, opt_args) {
26 this.consumer_key = consumer_key;
58 * "consumer_key" {String} OAuth consumer key.
184 consumer_key : this.consumer_key,
215 consumer_key : this.consumer_key,
235 * "consumer_key" {String} OAuth consumer key
    [all...]
chrome_ex_oauthsimple.js 81 OAuthSimple = function (consumer_key,shared_secret)
91 if (consumer_key !== undefined) {
92 this._secrets['consumer_key'] = consumer_key;
196 this._secrets.consumer_key = this._secrets.api_key;
205 if (this._secrets.consumer_key === undefined) {
206 throw('Missing required consumer_key in OAuthSimple.setTokensAndSecrets');
369 if (this._secrets.consumer_key === undefined) {
370 throw('No consumer_key set for OAuthSimple.');
372 this._parameters['oauth_consumer_key']=this._secrets.consumer_key;
    [all...]
background.html 83 consumer_key: 'anonymous',
  /external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.java 42 * OAuthConsumer c = new OAuthConsumer(callback_url, consumer_key,
56 * OAuthConsumer c = new OAuthConsumer(callback_url, consumer_key,
70 * OAuthConsumer c = new OAuthConsumer(callback_url, consumer_key,
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 42 const CONSUMER_KEY = 'anonymous';
53 self::CONSUMER_KEY, self::CONSUMER_SECRET, NULL);
  /external/chromium/chrome/common/extensions/docs/static/
tut_oauth.html 68 'consumer_key': &lt;OAuth consumer key&gt;,
82 'consumer_key': 'anonymous',
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 597 $consumer_key = $request instanceof OAuthRequest variable
601 if (!$consumer_key) {
605 $consumer = $this->data_store->lookup_consumer($consumer_key);
703 function lookup_consumer($consumer_key) {
  /external/chromium/chrome/common/extensions/docs/
tut_oauth.html 405 'consumer_key': &lt;OAuth consumer key&gt;,
418 'consumer_key': 'anonymous',

Completed in 473 milliseconds