Lines Matching refs:result
221 const result = await otplease(this.npm, conf, c => npmProfile.set(newUser, c))
224 this.npm.output(JSON.stringify({ [prop]: result[prop] }, null, 2))
226 this.npm.output(prop + '\t' + result[prop])
227 } else if (result[prop] != null) {
228 this.npm.output('Set', prop, 'to', result[prop])
286 const result = await npmProfile.createToken(
290 if (!result.token) {
300 { token: result.token }
360 const result = await npmProfile.set({ tfa: [interactiveOTP] }, conf)
371 for (const tfaCode of result.tfa) {