Home
last modified time | relevance | path

Searched refs:forceAuth (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/npm-registry-fetch/
Dauth.js12 if (opts.forceAuth) {
13 opts = opts.forceAuth
Dconfig.js21 forceAuth: 'force-auth', property
DCHANGELOG.md112 * **docs:** document opts.forceAuth ([40bcd65](https://github.com/npm/registry-fetch/commit/40bcd65…
142 * **auth:** add forceAuth option to force a specific auth mechanism ([4524d17](https://github.com/n…
DREADME.md259 * Alias: `opts.forceAuth`
265 and the auth details in `opts.forceAuth` will be used instead.
/third_party/node/deps/npm/lib/auth/
Dsso.js54 '/-/whoami', opts.concat({registry, forceAuth: {token}}) property
/third_party/node/deps/npm/node_modules/npm-profile/
DCHANGELOG.md4 - Bump `npm-registry-fetch` dep because we depend on `opts.forceAuth`
Dindex.js201 forceAuth: { property