Searched refs:OAuth (Results 1 – 25 of 35) sorted by relevance
12
/third_party/node/deps/npm/node_modules/request/lib/ |
D | oauth.js | 11 function OAuth (request) { class 16 OAuth.prototype.buildParams = function (_oauth, uri, method, query, form, qsLib) { 64 OAuth.prototype.buildBodyHash = function (_oauth, body) { 77 OAuth.prototype.concatParams = function (oa, sep, wrap) { 94 OAuth.prototype.onRequest = function (_oauth) { 148 exports.OAuth = OAuth
|
/third_party/grpc/examples/protos/ |
D | auth_sample.proto | 26 // Whether Response should include OAuth scope. 35 // OAuth scope.
|
/third_party/node/deps/npm/node_modules/oauth-sign/ |
D | README.md | 4 OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
|
/third_party/curl/docs/cmdline-opts/ |
D | oauth2-bearer.d | 2 Help: OAuth 2 Bearer Token
|
/third_party/grpc/src/objective-c/examples/RemoteTestClient/ |
D | messages.proto | 59 // Whether SimpleResponse should include OAuth scope. 70 // OAuth scope.
|
/third_party/curl/tests/data/ |
D | test870 | 39 POP3 OAuth 2.0 (XOAUTH2) authentication
|
D | test824 | 37 IMAP OAuth 2.0 (XOAUTH2) authentication
|
D | test874 | 39 POP3 OAuth 2.0 (XOAUTH2) authentication with initial response
|
D | test908 | 29 SMTP OAuth 2.0 (XOAUTH2) authentication
|
D | test888 | 40 POP3 OAuth 2.0 (OAUTHBEARER) authentication with initial response
|
D | test828 | 38 IMAP OAuth 2.0 (XOAUTH2) authentication with initial response
|
D | test922 | 29 SMTP OAuth 2.0 (XOAUTH2) authentication with initial response
|
D | test887 | 40 POP3 OAuth 2.0 (OAUTHBEARER) authentication
|
D | test843 | 39 IMAP OAuth 2.0 (OAUTHBEARER) authentication with initial response
|
D | test890 | 32 POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
|
D | test947 | 30 SMTP OAuth 2.0 (OAUTHBEARER) authentication with initial response
|
D | test844 | 29 IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation
|
D | test946 | 30 SMTP OAuth 2.0 (OAUTHBEARER) authentication
|
D | test845 | 31 IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
|
D | test889 | 32 POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation
|
D | test842 | 38 IMAP OAuth 2.0 (OAUTHBEARER) authentication
|
D | test949 | 31 SMTP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
|
D | test948 | 31 SMTP OAuth 2.0 (OAUTHBEARER) failure as continuation
|
/third_party/node/deps/npm/node_modules/got/ |
D | readme.md | 256 ## OAuth section 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({
|
/third_party/grpc/doc/ |
D | interop-test-descriptions.md | 35 * OAuth scope. For example, "https://www.googleapis.com/auth/xapi.zoo" 518 `--oauth_scope` with the OAuth scope to use. For testing against 526 * [Echo OAuth Scope][] 568 * [Echo OAuth Scope][] 621 * [Echo OAuth Scope][] 663 * [Echo OAuth Scope][] 706 Similar APIs involving only auto-selection of OAuth mechanisms 1212 #### Echo OAuth scope 1213 [Echo OAuth Scope]: #echo-oauth-scope 1216 authenticated via OAuth, then the SimpleResponse should have oauth_scope filled [all …]
|
12