Home
last modified time | relevance | path

Searched refs:OAuth (Results 1 – 25 of 35) sorted by relevance

12

/third_party/node/deps/npm/node_modules/request/lib/
Doauth.js11 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/
Dauth_sample.proto26 // Whether Response should include OAuth scope.
35 // OAuth scope.
/third_party/node/deps/npm/node_modules/oauth-sign/
DREADME.md4 OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
/third_party/curl/docs/cmdline-opts/
Doauth2-bearer.d2 Help: OAuth 2 Bearer Token
/third_party/grpc/src/objective-c/examples/RemoteTestClient/
Dmessages.proto59 // Whether SimpleResponse should include OAuth scope.
70 // OAuth scope.
/third_party/curl/tests/data/
Dtest87039 POP3 OAuth 2.0 (XOAUTH2) authentication
Dtest82437 IMAP OAuth 2.0 (XOAUTH2) authentication
Dtest87439 POP3 OAuth 2.0 (XOAUTH2) authentication with initial response
Dtest90829 SMTP OAuth 2.0 (XOAUTH2) authentication
Dtest88840 POP3 OAuth 2.0 (OAUTHBEARER) authentication with initial response
Dtest82838 IMAP OAuth 2.0 (XOAUTH2) authentication with initial response
Dtest92229 SMTP OAuth 2.0 (XOAUTH2) authentication with initial response
Dtest88740 POP3 OAuth 2.0 (OAUTHBEARER) authentication
Dtest84339 IMAP OAuth 2.0 (OAUTHBEARER) authentication with initial response
Dtest89032 POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
Dtest94730 SMTP OAuth 2.0 (OAUTHBEARER) authentication with initial response
Dtest84429 IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation
Dtest94630 SMTP OAuth 2.0 (OAUTHBEARER) authentication
Dtest84531 IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
Dtest88932 POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation
Dtest84238 IMAP OAuth 2.0 (OAUTHBEARER) authentication
Dtest94931 SMTP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response
Dtest94831 SMTP OAuth 2.0 (OAUTHBEARER) failure as continuation
/third_party/node/deps/npm/node_modules/got/
Dreadme.md256 ## 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/
Dinterop-test-descriptions.md35 * 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