Searched refs:listTokens (Results 1 – 3 of 3) sorted by relevance
17 exports.listTokens = listTokens231 function listTokens (opts) { function
30 * [`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.
129 return pulseTillDone.withPromise(profile.listTokens(conf)).then((tokens) => {173 return pulseTillDone.withPromise(profile.listTokens(conf).then((tokens) => {