Searched refs:webAuthCheckLogin (Results 1 – 3 of 3) sorted by relevance
77 const webAuthCheckPromise = webAuthCheckLogin(doneUrl, { ...opts, cache: false })106 const webAuthCheckLogin = (doneUrl, opts) => { function119 return sleep(retry).then(() => webAuthCheckLogin(doneUrl, opts))121 return webAuthCheckLogin(doneUrl, opts)294 webAuthCheckLogin,
2 const { webAuthCheckLogin } = require('npm-profile')8 const webAuthCheckPromise = webAuthCheckLogin(doneUrl, { ...opts, cache: false })
4 const webAuthCheckLogin = async () => { function9 'npm-profile': { webAuthCheckLogin }, field