Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/npm-profile/
Dindex.js17 exports.listTokens = listTokens
231 function listTokens (opts) { function
DREADME.md30 * [`listTokens()`](#list-tokens)
401 ### <a name="list-tokens"></a> `> profile.listTokens([opts]) → Promise`
404 const tokens = await profile.listTokens({registry, token})
446 …en|key` String, either a complete authentication token or the key returned by `profile.listTokens`.
486 `profile.listTokens`. The only difference is that `token` is not truncated.
/third_party/node/deps/npm/lib/
Dtoken.js129 return pulseTillDone.withPromise(profile.listTokens(conf)).then((tokens) => {
173 return pulseTillDone.withPromise(profile.listTokens(conf).then((tokens) => {