OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:consumer_key
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
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
...]
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
...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
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
...]
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
...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
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
...]
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
...]
/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
) {
Completed in 65 milliseconds