Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
cognitoUser.prototype.authenticateUserPromise = function (authenticationDetails) { return new Promise((resolve, reject) => { this.authenticateUser(authenticationDetails, (result)=>{return resolve(result)}, (error) =>{return reject(error)}); });