Interface AuthenticationHandler

All Known Implementing Classes:
DefaultAuthenticationHandler

public interface AuthenticationHandler
  • 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

      LoginResultJson handleGameLogin(express.http.Request req, LoginAccountRequestJson requestData)