/third_party/curl/lib/vauth/ |
D | oauth2.c | 63 char *oauth; in Curl_auth_create_oauth_bearer_message() local 67 oauth = aprintf("n,a=%s,\1host=%s\1auth=Bearer %s\1\1", user, host, in Curl_auth_create_oauth_bearer_message() 70 oauth = aprintf("n,a=%s,\1host=%s\1port=%ld\1auth=Bearer %s\1\1", user, in Curl_auth_create_oauth_bearer_message() 72 if(!oauth) in Curl_auth_create_oauth_bearer_message() 75 Curl_bufref_set(out, oauth, strlen(oauth), curl_free); in Curl_auth_create_oauth_bearer_message()
|
/third_party/node/deps/npm/node_modules/request/lib/ |
D | oauth.js | 7 var oauth = require('oauth-sign') variable 48 oa.oauth_signature = oauth.sign( 90 return i + '=' + wrap + oauth.rfc3986(oa[i]) + wrap
|
/third_party/node/deps/npm/node_modules/got/ |
D | readme.md | 258 You can use the [`oauth-1.0a`](https://github.com/ddo/oauth-1.0a) module to create a signed OAuth r… 263 const OAuth = require('oauth-1.0a'); 265 const oauth = OAuth({ 282 headers: oauth.toHeader(oauth.authorize({url, method: 'GET'}, token)),
|
/third_party/node/deps/npm/node_modules/oauth-sign/ |
D | README.md | 1 oauth-sign
|
/third_party/node/deps/npm/node_modules/request/ |
D | README.md | 35 - [OAuth Signing](#oauth-signing) 386 , oauth = 391 , url = 'https://api.twitter.com/oauth/request_token' 393 request.post({url:url, oauth:oauth}, function (e, r, body) { 401 var uri = 'https://api.twitter.com/oauth/authenticate' 408 , oauth = 415 , url = 'https://api.twitter.com/oauth/access_token' 417 request.post({url:url, oauth:oauth}, function (e, r, body) { 420 , oauth = 432 request.get({url:url, oauth:oauth, qs:qs, json:true}, function (e, r, user) { [all …]
|
D | request.js | 445 if (options.oauth) { 446 self.oauth(options.oauth) 448 self.oauth(self._oauth.params) 1430 Request.prototype.oauth = function (_oauth) { method in Request
|
D | CHANGELOG.md | 130 - [#2063](https://github.com/request/request/pull/2063) Up bluebird and oauth-sign (@simov) 367 - [#1228](https://github.com/request/request/pull/1228) Support for oauth with RSA-SHA1 signing (@n… 485 - [#996](https://github.com/request/request/pull/996) Wrong oauth signature when multiple same para… 630 - [#362](https://github.com/request/request/pull/362) Running `rfc3986` on `base_uri` in `oauth.hma…
|
/third_party/curl/tests/data/ |
D | test949 | 20 … 535 Username and Password not accepted. Learn more at\r\n535 http://support.example.com/mail/oauth
|
D | test948 | 20 … 535 Username and Password not accepted. Learn more at\r\n535 http://support.example.com/mail/oauth
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-adduser.md | 83 * Type: `'legacy'`, `'sso'`, `'saml'`, `'oauth'`
|
/third_party/grpc/doc/ |
D | interop-test-descriptions.md | 515 with desired oauth scope. 614 - uses the flag `--oauth_scope` for the oauth scope. For testing against 655 - optionally uses the flag `--oauth_scope` for the oauth scope if implementer 657 against grpc-test.sandbox.googleapis.com, oauth scope 1213 [Echo OAuth Scope]: #echo-oauth-scope
|
D | command_line_tool.md | 28 - Fine-grained auth control (such as, use this oauth token to talk to the server).
|
/third_party/node/deps/npm/node_modules/uri-js/ |
D | yarn.lock | 1419 oauth-sign@~0.8.1: 1421 …resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565… 1625 oauth-sign "~0.8.1"
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | config.md | 195 * Type: `'legacy'`, `'sso'`, `'saml'`, `'oauth'` 1142 * Default: 'oauth' 1143 * Type: 'oauth', 'saml', or null
|
/third_party/node/deps/npm/node_modules/psl/ |
D | yarn.lock | 3076 oauth-sign@~0.8.1, oauth-sign@~0.8.2: 3078 …resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565… 3639 oauth-sign "~0.8.1" 3663 oauth-sign "~0.8.2" 3689 oauth-sign "~0.8.2"
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | yarn.lock | 2132 oauth-sign@~0.9.0: 2134 …resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee… 2600 oauth-sign "~0.9.0"
|
/third_party/typescript_eslint/ |
D | yarn.lock | 6684 oauth-sign@~0.9.0: 6686 …resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee… 7570 oauth-sign "~0.9.0"
|
/third_party/typescript/tests/baselines/reference/user/ |
D | npm.log | 62 node_modules/npm/lib/auth/oauth.js(5,7): error TS2339: Property 'config' does not exist on type 'Ev… 63 node_modules/npm/lib/auth/oauth.js(6,29): error TS2345: Argument of type 'IArguments' is not assign… 1096 node_modules/npm/test/tap/adduser-oauth.js(5,18): error TS2307: Cannot find module 'npm-registry-mo… 1097 node_modules/npm/test/tap/adduser-oauth.js(7,20): error TS2307: Cannot find module 'tap' or its cor…
|