这条消息是什么意思?用户仍然存在于aws cognito中。
NotAuthorizedException: The user has been deleted for the associated refresh token
答案 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);
}
现在消息显示用户已被删除以进行令牌刷新,因此我假设某人已禁用该用户。你能否证实目标用户之间没有差异;和其他用户?用户的状态是什么?