Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/registry-auth-token/
Dindex.js70 var bearerAuth = getBearerToken(npmrc[regUrl + tokenKey] || npmrc[regUrl + '/' + tokenKey])
92 function getBearerToken (tok) { function