Package io.github.sigmacasino.routes
Class Logout
java.lang.Object
io.github.sigmacasino.HTTPRoute
io.github.sigmacasino.GetRoute
io.github.sigmacasino.routes.Logout
- All Implemented Interfaces:
spark.Route
The Logout class handles the GET request for logging out the user.
-
Field Summary
Fields inherited from class io.github.sigmacasino.HTTPRoute
app, loginRequired, path
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.sigmacasino.GetRoute
handle, registerSparkRoute
-
Constructor Details
-
Logout
Constructs a Logout route with the specified application.- Parameters:
app
- the application instance
-
-
Method Details