Home
last modified time | relevance | path

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

/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 …]
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.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 …]
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.c4836 char *authorization, int authorization_size,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.h302 gchar *authorization; member
/third_party/curl/lib/
Dhttp.c355 char *authorization = NULL; in http_output_basic() local