286287288289290291292293294295296
t.start(); t.join(); if (t.getException() != null) { return unreachableResponse; } Auth auth = t.getAuthResponse(); if (auth == null) { return userNotFoundResponse; } if (!auth.exists) { return userNotFoundResponse;
296297298299300301302303304305306
294295296297298299300301302303304