Home
last modified time | relevance | path

Searched refs:authorization (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/node/deps/npm/test/lib/commands/
Dunpublish.js26 authorization: 'test-auth-token', property
95 authorization: 'test-auth-token', property
121 authorization: 'test-auth-token', property
147 authorization: 'test-auth-token', property
167 authorization: 'test-auth-token', property
188 authorization: 'test-auth-token', property
259 authorization: 'test-auth-token', property
287 authorization: 'test-auth-token', property
308 authorization: 'test-auth-token', property
360 authorization: 'test-other-token', property
[all …]
Dpublish.js51 authorization: 'test-other-token', property
107 authorization: 'test-other-token', property
151 authorization: token, property
215 authorization: token, property
316 authorization: 'test-scope-token', property
400 authorization: token, property
429 authorization: token, property
457 authorization: token, property
478 authorization: token, property
513 authorization: token, property
[all …]
Ddeprecate.js31 authorization: token, property
85 authorization: token, property
110 authorization: token, property
136 authorization: token, property
162 authorization: token, property
Dwhoami.js14 authorization: 'test-auth-token', property
31 authorization: 'test-auth-token', property
80 authorization: 'Bearer abcd1234', property
Dunstar.js26 authorization: authToken, property
49 authorization: authToken, property
Dstar.js26 authorization: authToken, property
48 authorization: authToken, property
Daccess.js82 authorization: authToken, property
102 authorization: authToken, property
143 authorization: token, property
/third_party/node/test/parallel/
Dtest-http-request-join-authorization-headers.js11 assert.strictEqual(req.headers.authorization, '1, 2');
24 assert.strictEqual(res.headers.authorization, '3, 4');
39 assert.strictEqual(req.headers.authorization, '1'); // non joined value
51 assert.strictEqual(res.headers.authorization, '3, 4');
65 assert.strictEqual(req.headers.authorization, '1, 2');
77 assert.strictEqual(res.headers.authorization, '3'); // non joined value
Dtest-http-incoming-matchKnownFields.js26 checkDest('Authorization', { authorization: undefined }, undefined); property
27 checkDest('authorization', { authorization: 'test' }, 'value'); property
Dtest-http-url.parse-auth.js30 assert.strictEqual(request.headers.authorization, 'Basic dXNlcjpwYXNzOg==');
Dtest-http-url.parse-auth-with-header-in-request.js30 assert.strictEqual(request.headers.authorization, 'NoAuthForYOU');
Dtest-http-decoded-auth.js37 assert.strictEqual(request.headers.authorization, `Basic ${testCase.expected}`);
Dtest-http-client-headers-array.js23 expectHeaders.authorization =
/third_party/python/Lib/http/
Dserver.py1105 authorization = self.headers.get("authorization")
1106 if authorization:
1107 authorization = authorization.split()
1108 if len(authorization) == 2:
1110 env['AUTH_TYPE'] = authorization[0]
1111 if authorization[0].lower() == "basic":
1113 authorization = authorization[1].encode('ascii')
1114 authorization = base64.decodebytes(authorization).\
1119 authorization = authorization.split(':')
1120 if len(authorization) == 2:
[all …]
/third_party/ffmpeg/libavformat/
Durl.c39 const char *authorization, const char *hostname, in ff_url_join() argument
49 if (authorization && authorization[0]) in ff_url_join()
50 av_strlcatf(str, size, "%s@", authorization); in ff_url_join()
/third_party/node/deps/undici/src/docs/best-practices/
Dproxy.md13 If you proxy requires basic authentication, you can send it via the `proxy-authorization` header.
82 …fn(null, req.headers['proxy-authorization'] === `Basic ${Buffer.from('user:pass').toString('base64…
97 'proxy-authorization': `Basic ${Buffer.from('user:pass').toString('base64')}`
/third_party/curl/tests/data/
Dtest204041 HTTP Basic authorization, then without authorization
Dtest10714 # authorization header, but using HTTP 1.0, not 1.1.
73 Downgraded HTTP PUT to HTTP 1.0 with authorization
Dtest84837 IMAP plain authentication with alternative authorization identity
Dtest89239 POP3 plain authentication with alternative authorization identity
Dtest84928 IMAP plain authentication with alternative authorization identity (Not authorized)
Dtest89330 POP3 plain authentication with alternative authorization identity (Not authorized)
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_restrictpubek/
D00_Descriptions.txt6 tpm_getpubek requires owner authorization to read the pubek
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/
Dindex.js235 headers.authorization = `Bearer ${auth.token}`
237 headers.authorization = `Basic ${auth.auth}`
/third_party/curl/docs/cmdline-opts/
Dsasl-authzid.d12 Use this authorization identity (**authzid**), during SASL PLAIN

123456