Home
last modified time | relevance | path

Searched defs:Authorization (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-url.parse-auth-with-header-in-request.js47 Authorization: 'NoAuthForYOU' property
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/identity/
Dci.js59 Authorization: `Bearer ${process.env.ACTIONS_ID_TOKEN_REQUEST_TOKEN}`, property
/third_party/node/deps/npm/node_modules/sigstore/dist/identity/
Dci.js61 Authorization: `Bearer ${process.env.ACTIONS_ID_TOKEN_REQUEST_TOKEN}`, property
/third_party/node/deps/npm/node_modules/jsonparse/examples/
Dtwitterfeed.js9 "Authorization": (new Buffer(cred.username + ":" + cred.password)).toString("base64") property