Home
last modified time | relevance | path

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

/third_party/node/deps/npm/test/tap/
Dadduser-oauth.js46 '/-/whoami', { authorization: 'Bearer foo' } property
73 '/-/whoami', { authorization: 'Bearer foo' } property
Dadduser-saml.js46 '/-/whoami', { authorization: 'Bearer foo' } property
73 '/-/whoami', { authorization: 'Bearer foo' } property
Dall-package-metadata-update-stream-unit.js108 server.get('/-/all', { authorization: 'Bearer ' + token }).once().reply(200, { property
140 server.get('/-/all', { authorization: 'Bearer ' + token }).once().reply(401, { property
Dadduser-legacy-auth.js40 { authorization: 'Basic dTpw' } property
Dshrinkwrap-global-auth.js50 server.get(tarballPath, { authorization: auth }).replyWithFile(200, tarball) property
Dshrinkwrap-scoped-auth.js25 server.get(tarballPath, { authorization: auth }).replyWithFile(200, tarball) property
/third_party/node/deps/npm/node_modules/aws-sign2/
Dindex.js56 function authorization (options) { function
/third_party/node/deps/npm/node_modules/libnpmpublish/test/
Dpublish.js67 authorization: 'Bearer deadbeef' property
126 authorization: 'Bearer deadbeef' property
465 authorization: /^Basic / property
526 authorization: 'Bearer deadbeef' property
586 authorization: 'Bearer deadbeef' property
671 authorization: 'Bearer deadbeef' property
784 authorization: 'Bearer deadbeef' property
847 authorization: 'Bearer deadbeef' property
912 authorization: 'Bearer deadbeef' property
978 authorization: 'Bearer deadbeef' property
[all …]
/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.c4834 char *authorization, int authorization_size,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.h302 gchar *authorization; member
/third_party/boost/boost/beast/http/
Dfield.hpp63 authorization, enumerator
/third_party/boost/libs/beast/include/boost/beast/http/
Dfield.hpp63 authorization, enumerator
/third_party/curl/lib/
Dhttp.c302 char *authorization = NULL; in http_output_basic() local