Home
last modified time | relevance | path

Searched defs:authorization (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/npm/test/lib/commands/
Dunpublish.js26 authorization: 'test-auth-token', property
132 authorization: 'test-auth-token', property
158 authorization: 'test-auth-token', property
201 authorization: 'test-auth-token', property
221 authorization: 'test-auth-token', property
242 authorization: 'test-auth-token', property
313 authorization: 'test-auth-token', property
340 authorization: 'test-auth-token', property
369 authorization: 'test-auth-token', property
402 authorization: 'test-other-token', property
[all …]
Dwhoami.js14 authorization: 'test-auth-token', property
31 authorization: 'test-auth-token', property
80 authorization: 'Bearer abcd1234', property
Ddeprecate.js31 authorization: token, property
85 authorization: token, property
110 authorization: token, property
136 authorization: token, property
162 authorization: token, property
Dpublish.js47 authorization: 'test-other-token', property
103 authorization: 'test-other-token', property
147 authorization: token, property
297 authorization: token, property
398 authorization: 'test-scope-token', property
482 authorization: token, property
511 authorization: token, property
539 authorization: token, property
560 authorization: token, property
595 authorization: token, property
[all …]
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-incoming-matchKnownFields.js26 checkDest('Authorization', { authorization: undefined }, undefined); property
27 checkDest('authorization', { authorization: 'test' }, 'value'); property
/third_party/ffmpeg/libavformat/
Durl.c39 const char *authorization, const char *hostname, in ff_url_join()
Dutils.c358 char *authorization, int authorization_size, in av_url_split()
/third_party/curl/lib/
Dhttp.c275 char *authorization = NULL; in http_output_basic() local