checkUserLogin($account, $password); } public function loginByVerify($account, $code) { $validator = new AccountValidator(); $user = $validator->checkVerifyLogin($account, $code); } protected function grantAuthToken() { } }