AWS Cognito身份验证失败-未处理的拒绝(TypeError):authDetails.getValidationData不是函数

时间:2018-11-29 08:51:37

标签: node.js reactjs amazon-web-services amazon-cognito

在ComponentWillMount()中,我的Cognito身份验证对于虚拟注册用户而言效果很好。然后,在我成功注册用户之后,稍后尝试在onEnter事件上对它进行身份验证。

在onEnter()事件中,AWS Cognito身份验证失败

var authenticationData = {         用户名 : '*****',         密码:localStorage.getItem(“ clientPassword”),     };

bottom

,它将引发错误: “未处理的拒绝(TypeError):authDetails.getValidationData不是函数” 即使用户已在我的用户池中注册,也不会返回令牌。

请帮助!

0 个答案:

没有答案