Home
last modified time | relevance | path

Searched refs:authorize (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
DREADME5 This sample demonstrates the use of OAuth to authorize against
7 may be reused generically to authorize requests to any 3-legged OAuth API.
26 'authorize_url' : <OAuth authorize URL>,
34 Call the authorize() function to redirect the user to the OAuth provider in
36 process, so all you need to do is pass a callback to the authorize() function
41 oauth.authorize(onAuthorized);
65 oauth.authorize(onAuthorized);
Dchrome_ex_oauth.js98 ChromeExOAuth.prototype.authorize = function(callback) { method in ChromeExOAuth
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
DREADME5 This sample demonstrates the use of OAuth to authorize against
7 may be reused generically to authorize requests to any 3-legged OAuth API.
26 'authorize_url' : <OAuth authorize URL>,
34 Call the authorize() function to redirect the user to the OAuth provider in
36 process, so all you need to do is pass a callback to the authorize() function
41 oauth.authorize(onAuthorized);
65 oauth.authorize(onAuthorized);
Dchrome_ex_oauth.js98 ChromeExOAuth.prototype.authorize = function(callback) { method in ChromeExOAuth
/external/bluetooth/bluez/test/
Dsimple-agent30 authorize = raw_input("Authorize connection (yes/no): ")
31 if (authorize == "yes"):
66 authorize = raw_input("Authorize mode change (yes/no): ")
67 if (authorize == "yes"):
/external/oauth/core/src/main/java/net/oauth/
Dconsumer.properties.sample6 ma.gnolia.serviceProvider.userAuthorizationURL: http://ma.gnolia.com/oauth/authorize
15 twitter.serviceProvider.userAuthorizationURL: http://twitter.com/oauth/authorize
/external/javasqlite/src/main/java/SQLite/
DAuthorizer.java22 public int authorize(int what, String arg1, String arg2, String arg3, in authorize() method
/external/dnsmasq/contrib/dynamic-dnsmasq/
Ddynamic-dnsmasq.pl126 if ( authorize($user, $pass, $cgi{'hostname'}, $cgi{'myip'}) == 0 ) {
158 sub authorize { subroutine
/external/bluetooth/bluez/doc/
Dagent-api.txt91 needs to authorize a connection/service request.
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
Dchrome_ex_oauth.js98 ChromeExOAuth.prototype.authorize = function(callback) { method in ChromeExOAuth
/external/freetype/
DNOTICE110 authorize others to exercise some or all of the rights granted
/external/wpa_supplicant_6/wpa_supplicant/
DREADME-WPS30 - Registrar: a device that control a network and can authorize
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS30 - Registrar: a device that control a network and can authorize
/external/wpa_supplicant_8/hostapd/
DREADME-WPS29 - Registrar: a device that control a network and can authorize
/external/netcat/
DREADME487 possible to authorize your X terminal only for its boot server, and run a relay
/external/sqlite/dist/
Dsqlite3.h.orig2150 ** that is invoked to authorize certain SQL statement actions. The
Dsqlite3.c.orig2693 ** that is invoked to authorize certain SQL statement actions. The