Interface AuthenticationHandler
- All Known Implementing Classes:
DefaultAuthenticationHandler
public interface AuthenticationHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleChangePassword(express.http.Request req, express.http.Response res) handleGameLogin(express.http.Request req, LoginAccountRequestJson requestData) voidhandleLogin(express.http.Request req, express.http.Response res) voidhandleRegister(express.http.Request req, express.http.Response res)
-
Method Details
-
handleLogin
void handleLogin(express.http.Request req, express.http.Response res) -
handleRegister
void handleRegister(express.http.Request req, express.http.Response res) -
handleChangePassword
void handleChangePassword(express.http.Request req, express.http.Response res) -
handleGameLogin
-