尽管用户仍然存在,AWS cognito会收到奇怪的消息

时间:2018-03-21 05:15:20

标签: aws-cognito

这条消息是什么意思?用户仍然存在于aws cognito中。

NotAuthorizedException: The user has been deleted for the associated refresh token

1 个答案:

答案 0 :(得分:0)

从Cognito的Api(这里是Java),我们可以看到:

/**
 * Constructs a new NotAuthorizedException with the specified error message.
 *
 * @param message
 *        Describes the error encountered.
 */
public NotAuthorizedException(String message) {
    super(message);
}

现在消息显示用户已被删除以进行令牌刷新,因此我假设某人已禁用该用户。你能否证实目标用户之间没有差异;和其他用户?用户的状态是什么?