async function getVerificationToken() { const deferred = shell.getTokenDeferred(); return deferred.then(token => token); }