HomeSort by relevance Sort by last modified time
    Searched refs:auth_params (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 35 this.auth_params = {};
36 if (opt_args && opt_args['auth_params']) {
37 for (key in opt_args['auth_params']) {
38 if (opt_args['auth_params'].hasOwnProperty(key)) {
39 this.auth_params[key] = opt_args['auth_params'][key];
62 * "auth_params" {Object} Additional parameters to pass to the
239 * "auth_params" {Object} Additional parameters to pass to the
254 'auth_params' : oauth_config['auth_params']
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 35 this.auth_params = {};
36 if (opt_args && opt_args['auth_params']) {
37 for (key in opt_args['auth_params']) {
38 if (opt_args['auth_params'].hasOwnProperty(key)) {
39 this.auth_params[key] = opt_args['auth_params'][key];
62 * "auth_params" {Object} Additional parameters to pass to the
239 * "auth_params" {Object} Additional parameters to pass to the
254 'auth_params' : oauth_config['auth_params']
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauth.js 35 this.auth_params = {};
36 if (opt_args && opt_args['auth_params']) {
37 for (key in opt_args['auth_params']) {
38 if (opt_args['auth_params'].hasOwnProperty(key)) {
39 this.auth_params[key] = opt_args['auth_params'][key];
62 * "auth_params" {Object} Additional parameters to pass to the
239 * "auth_params" {Object} Additional parameters to pass to the
254 'auth_params' : oauth_config['auth_params']
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 258 auth_params = {}
262 auth_params[key.lower()] = UNQUOTE_PAIRS.sub(r'\1', value) # '\\'.join([x.replace('\\', '') for x in value.split('\\\\')])
264 retval[auth_scheme.lower()] = auth_params
    [all...]

Completed in 518 milliseconds